diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-06 17:16:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-06 17:16:27 -0500 |
commit | 8b041fd21d18267e1a35fb6e6574e21e426c8b1b (patch) | |
tree | d6277bcb1176e7005517ae0426896cb4cd4b018f | |
parent | 1ecd6624ab304fa50b9cd5ce33b8168e9c556ec5 (diff) | |
download | guix-8b041fd21d18267e1a35fb6e6574e21e426c8b1b.tar guix-8b041fd21d18267e1a35fb6e6574e21e426c8b1b.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.86.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.86.
(%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 cfd8db8a4c..20e17eea5b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,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.85") -(define %linux-libre-4.14-hash "1jh11y6jakkp3xlq9jbf2myfjzbccjx1iyhd6ny7r9cjkv6r5i5i") +(define %linux-libre-4.14-version "4.14.86") +(define %linux-libre-4.14-hash "1w98drq4ns2awwrbbkd6vy9fh219w8bfjfni5zndfycs5yh5hg65") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |