diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-28 05:37:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-28 05:37:42 -0400 |
commit | 9909b8b952d849e22fc93e4ebf7f74614f3489a0 (patch) | |
tree | 3f10f567e3c7e00b293532b0a1c009b4973e02e9 /gnu | |
parent | cd5ba39588a2208696078c1f28462cef512a0f0e (diff) | |
download | guix-9909b8b952d849e22fc93e4ebf7f74614f3489a0.tar.gz |
gnu: linux-libre: Update to 4.10.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.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 3d31fe440d..9a466e0ad5 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.10.5") -(define %linux-libre-hash "0qxanna5a82vyh5yb3mv8vvx5i9kdzmq2p6q7xp1fy88x9gj11xb") +(define %linux-libre-version "4.10.6") +(define %linux-libre-hash "01iv39dpqvnmynrvjk3ji5411ywazx96pkjkw4v1bm7jqvc1b7bh") (define-public linux-libre (make-linux-libre %linux-libre-version |