diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-29 03:32:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-29 03:32:03 -0400 |
commit | f8e2df9851941d337219bef66a6dd8cec7f3a0e8 (patch) | |
tree | d1272cf00cf506843028f1d103842477beceb625 | |
parent | c85a76cc005a440f9ba52b5936dd2729c1c35e8e (diff) | |
download | patches-f8e2df9851941d337219bef66a6dd8cec7f3a0e8.tar patches-f8e2df9851941d337219bef66a6dd8cec7f3a0e8.tar.gz |
gnu: linux-libre: Update to 4.17.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.11.
(%linux-libre-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 4f9c29f8e0..f1bf65d27a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,8 @@ It has been modified to remove all non-free binary blobs.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.17.10") -(define %linux-libre-hash "1ab349s18avigd2592i11pab4klqzzxy11a1zp16mb842d8chkj2") +(define %linux-libre-version "4.17.11") +(define %linux-libre-hash "0c0ryl8rnzizr0x2gj9kprj9wfjz536574fnn46r0ww3szrzdm78") (define-public linux-libre (make-linux-libre %linux-libre-version |