diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-05 01:02:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-05 01:02:49 -0400 |
commit | aba41c05d960e0187fae0cc03741a0a17db5b85d (patch) | |
tree | 0547cab1f31220bab9f998819282675d67dd6ab5 /gnu/packages/linux.scm | |
parent | e22c31d37611a8d13e7e857e0fd36f8ad9fc01b4 (diff) | |
download | guix-aba41c05d960e0187fae0cc03741a0a17db5b85d.tar.gz guix-aba41c05d960e0187fae0cc03741a0a17db5b85d.zip |
gnu: linux-libre@4.14: Update to 4.14.110.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.110.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 28db4a74b0..dcb7aa9048 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.109") -(define %linux-libre-4.14-hash "05xnnyfiypg4sdcnh42wvg7h72ar8xx98dik12sgwysnfldi0gk9") +(define %linux-libre-4.14-version "4.14.110") +(define %linux-libre-4.14-hash "05cfb1wb4ml5a1vfakq5v6192f584j3701d2mf03mv5fzxb7l2dx") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |