diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-21 13:20:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-21 13:20:18 -0400 |
commit | c036959b1a61c37c9b7d72e655e1441f2feefb6e (patch) | |
tree | 85ec1d4d6e0807511e0656c81ed9e7e22800d1b5 /gnu | |
parent | b1bb1e8429d81b947ce2a596ffa36198177dc1ae (diff) | |
download | guix-c036959b1a61c37c9b7d72e655e1441f2feefb6e.tar guix-c036959b1a61c37c9b7d72e655e1441f2feefb6e.tar.gz |
gnu: linux-libre: Update to 4.16.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.10.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 743245dc80..c8ad2ef356 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -394,8 +394,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.9") -(define %linux-libre-hash "13v5pb30v16cn81w2gnwaa4zhxas7q3zz10igpa2rqd5fdiy3rlz") +(define %linux-libre-version "4.16.10") +(define %linux-libre-hash "028xl0jj7wibd8v93r1r0vnw5iifin46p6ghd9m3w095lailqlsi") (define-public linux-libre (make-linux-libre %linux-libre-version |