diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-21 22:06:10 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-21 22:06:10 -0400 |
commit | 1efcd3d672f57ce7c50b58d6194ba2739893c7a2 (patch) | |
tree | 64c6815bb3b84c61d8e3040a8e4584e20218a6c7 /gnu/packages | |
parent | 7b7770f205ef09315dbf921310adb7fcd40f5a6e (diff) | |
download | guix-1efcd3d672f57ce7c50b58d6194ba2739893c7a2.tar.gz guix-1efcd3d672f57ce7c50b58d6194ba2739893c7a2.zip |
gnu: linux-libre: Update to 4.10.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.12.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 5c584fb9e9..e6ede675c0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -353,8 +353,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.10.11") -(define %linux-libre-hash "0fvllplxgx5m9pdk8l9lwxna6z50b037lxrqip93crzgr7blq4bq") +(define %linux-libre-version "4.10.12") +(define %linux-libre-hash "10k86blssyhhv2xvdqygyg3h43qppkffi09mg6ckxjsfv7crrf8j") (define-public linux-libre (make-linux-libre %linux-libre-version |