diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-30 00:13:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-30 00:13:36 -0400 |
commit | 588b22575d1ad7eb41dec17e01e03aa1c56f56db (patch) | |
tree | 6da00ae6b6c19e844b7ba6ba560523b5772c75f9 | |
parent | 426187d27838f4d38ccd25bf9da955bdaab55a1c (diff) |
gnu: linux-libre: Update to 4.11.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8.
(%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 3aa0159053..f18a23b2cf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -363,8 +363,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.7") -(define %linux-libre-hash "0kliwdz4qqjz13pywhavxg19cy1mf6d1f52f6kgapc331309vad9") +(define %linux-libre-version "4.11.8") +(define %linux-libre-hash "1z35h6xr8gdzq31xv3dpdz6ddz4q3183fwvkmx8qd7h9bhy13aw6") (define-public linux-libre (make-linux-libre %linux-libre-version |