diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-21 02:03:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-21 02:03:32 -0400 |
commit | 718448e17645780cca1c165cd8576852d25da629 (patch) | |
tree | 3cfa0524e2bdaf873ab6cd2478ea801d6775f6f8 | |
parent | a08691dfbbb34c425bc06b8106c4ce116e745789 (diff) | |
download | guix-718448e17645780cca1c165cd8576852d25da629.tar guix-718448e17645780cca1c165cd8576852d25da629.tar.gz |
gnu: linux-libre: Update to 4.11.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.2.
(%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 8da5b2a27f..bfe6b64ffe 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -354,8 +354,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.11.1") -(define %linux-libre-hash "1kzs57lahvcsvlm0x650q593h10f4cjqspkv2nibr22syx4gry7l") +(define %linux-libre-version "4.11.2") +(define %linux-libre-hash "0vp6hjc7cb6q6bhbg6jcf08r27xbf293cdib2vfng15ygvxpyfij") (define-public linux-libre (make-linux-libre %linux-libre-version |