diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-19 14:26:59 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-19 14:26:59 -0400 |
commit | 3f6b7699cd360d0721b87f4a2b145ca9fdd44bbc (patch) | |
tree | 8b1efa983ccfb35731e7deb65f3df02dbed4586d | |
parent | a85190ddd095fd9e3808fa52ef5e2a839031b2d5 (diff) | |
download | guix-3f6b7699cd360d0721b87f4a2b145ca9fdd44bbc.tar.gz guix-3f6b7699cd360d0721b87f4a2b145ca9fdd44bbc.zip |
gnu: linux-libre@4.14: Update to 4.14.112.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.112.
(%linux-libre-4.14-hash): Update hash.
-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 fd294aa275..4d01daf766 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -473,8 +473,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.111") -(define %linux-libre-4.14-hash "1b34f96yigdxxh5wg798933nrv7rak1w0v0q1jfviyrllrg3hkmq") +(define %linux-libre-4.14-version "4.14.112") +(define %linux-libre-4.14-hash "0nvd5y84y0g5dlzygna86vvmb3lznm4wsmdgr8rp0z0vm93xcx6m") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |