diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-18 00:51:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-18 00:51:46 -0400 |
commit | 3d9b8b407bb55d2b90ed59799699532a0f41a34d (patch) | |
tree | d376b400b86e86245fe519b5fc568d75f0fbe7f5 /gnu | |
parent | d406f8ca192897350959f273abd8fe94b3197780 (diff) | |
download | guix-3d9b8b407bb55d2b90ed59799699532a0f41a34d.tar guix-3d9b8b407bb55d2b90ed59799699532a0f41a34d.tar.gz |
gnu: linux-libre: Update to 4.11.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.6.
(%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 ed79a7c44b..7d3b4bb239 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,8 +358,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.5") -(define %linux-libre-hash "0rpd0cvbwxa3h1jdx6vgbfs2shyymmc45kw837ksz7q5b0chqn4h") +(define %linux-libre-version "4.11.6") +(define %linux-libre-hash "0xay0m2a4la8aqc8ai8zqfh1c1i6sjgh0dywm7nis0g1gqirwrds") (define-public linux-libre (make-linux-libre %linux-libre-version |