diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-01 18:04:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-01 18:04:40 -0400 |
commit | 4d7f14e6e41850ab2424e2591686be81623f9a8d (patch) | |
tree | d3b16042658e66d420980f423fa9421c238be680 | |
parent | a79d8cdd57c8cdfe7b6b923e8420acc60cb8962f (diff) | |
download | guix-4d7f14e6e41850ab2424e2591686be81623f9a8d.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.32.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.32. (%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 562e29cd15..2cf44eb41e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.31") -(define %linux-libre-4.14-hash "0w2hddfjz0i8fcnz016rn7d4pjvmmy20aavfq42jf1z2j8yifgx1") +(define %linux-libre-4.14-version "4.14.32") +(define %linux-libre-4.14-hash "0xqqd9s35xqxp72l93jr26vjcbwxlxmpmk8b5p9jipql9a81a1x8") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |