diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-17 00:49:58 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-17 00:49:58 -0400 |
commit | 2cf8531f360ef390d3ec670cc150b106bab5eff1 (patch) | |
tree | acc6ab906ba69bf82b86e6bda3e11a825bb03830 | |
parent | 22d466737d35244d7497a205caba7d2355088a2f (diff) | |
download | patches-2cf8531f360ef390d3ec670cc150b106bab5eff1.tar patches-2cf8531f360ef390d3ec670cc150b106bab5eff1.tar.gz |
gnu: linux-libre: Update to 4.16.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.9.
(%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 0c9403349f..0c58b90f10 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.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.16.8") -(define %linux-libre-hash "0j77wnf97rjrvs1vbifash0sppa85pb5ckdk40f4n2mbzardsmxg") +(define %linux-libre-version "4.16.9") +(define %linux-libre-hash "13v5pb30v16cn81w2gnwaa4zhxas7q3zz10igpa2rqd5fdiy3rlz") (define-public linux-libre (make-linux-libre %linux-libre-version |