diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-26 16:17:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-26 16:17:08 -0400 |
commit | fdabfdbf8d5e179b2726ae69ff8aec48b0504788 (patch) | |
tree | 00f1d41de5690ff62fd815bad0c46a8ed0d23f84 /gnu | |
parent | cf86b917aa805511f5b40adb60a151b49722aa7c (diff) |
gnu: linux-libre: Update to 4.11.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.3.
(%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 0b43724a6a..13e08dcfaf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -355,8 +355,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.2") -(define %linux-libre-hash "0vp6hjc7cb6q6bhbg6jcf08r27xbf293cdib2vfng15ygvxpyfij") +(define %linux-libre-version "4.11.3") +(define %linux-libre-hash "14fbn9s7n86p5yivr4vmh4axdavny6xw1qk63cfwlcma7426wmva") (define-public linux-libre (make-linux-libre %linux-libre-version |