diff options
author | Mark H Weaver <mhw@netris.org> | 2017-02-18 21:46:35 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-02-18 21:46:35 -0500 |
commit | c93f50698c1cda2abbf607b8996ed92505c14256 (patch) | |
tree | 2c1382ef59f68ec6bd3c9b2a386569b561eed4ff /gnu/packages | |
parent | 64d385380cf1e048b6bc388287212eb21fb23b50 (diff) | |
download | patches-c93f50698c1cda2abbf607b8996ed92505c14256.tar patches-c93f50698c1cda2abbf607b8996ed92505c14256.tar.gz |
gnu: linux-libre: Update to 4.9.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.9.11.
(%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 40f702cc53..9212b40a1c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -338,8 +338,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.9.10") -(define %linux-libre-hash "0iia8xamzxbh8bnfrgxccqhzz4fbdph9797qhhv82m6ywj2lfpnx") +(define %linux-libre-version "4.9.11") +(define %linux-libre-hash "1gypfg2984zr4z7hihnl3bbpxnk1mrqbynb6xd8ad2v2z04aw13q") (define-public linux-libre (make-linux-libre %linux-libre-version |