diff options
author | Mark H Weaver <mhw@netris.org> | 2017-02-09 18:36:07 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-02-09 18:36:07 -0500 |
commit | b2b02ba3ef4336744d114e2e4013f77b18e8a4d4 (patch) | |
tree | 063813534d09478aa4335b5697269d9014329ca9 /gnu | |
parent | 76e62ef723fa228e455ec6326aaec87925bd5cf2 (diff) | |
download | patches-b2b02ba3ef4336744d114e2e4013f77b18e8a4d4.tar patches-b2b02ba3ef4336744d114e2e4013f77b18e8a4d4.tar.gz |
gnu: linux-libre: Update to 4.9.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.9.9.
(%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 6fbbd1dfe5..313d0775cc 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.8") -(define %linux-libre-hash "09cx8l0bbccz14ajbawqaq4ah9jpld44pkb61483xwdp9v2sihm3") +(define %linux-libre-version "4.9.9") +(define %linux-libre-hash "0grk94jym0wz581c7pimia0rszq4h2xqjmf818i4l4qrjd0bnqvk") (define-public linux-libre (make-linux-libre %linux-libre-version |