diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:26:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:26:13 -0400 |
commit | 68f206e60e1f0386ada229feecad29f16d999dc8 (patch) | |
tree | 96cb8139b4550995c91a9040e0a35d8ab713bdd8 /gnu | |
parent | bf5bd51f8dee48a6c46af74166e0399c84ff7646 (diff) | |
download | guix-68f206e60e1f0386ada229feecad29f16d999dc8.tar.gz guix-68f206e60e1f0386ada229feecad29f16d999dc8.zip |
gnu: linux-libre@4.14: Update to 4.14.111.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.111.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a1c4738d2e..9832c51f0a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.110") -(define %linux-libre-4.14-hash "05cfb1wb4ml5a1vfakq5v6192f584j3701d2mf03mv5fzxb7l2dx") +(define %linux-libre-4.14-version "4.14.111") +(define %linux-libre-4.14-hash "1b34f96yigdxxh5wg798933nrv7rak1w0v0q1jfviyrllrg3hkmq") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |