diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-25 23:53:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-25 23:53:32 -0400 |
commit | 828f0109ee619187de9f1fb1877e2c48a68c1faf (patch) | |
tree | 1cd802020752fed145472de1fee7f7afb6be0a4a | |
parent | 50e34c608e800eabde0bb70b3090be68abbe465a (diff) |
gnu: linux-libre: Update to 4.12.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.9.
(%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 8116e1f400..ac3a4c2ddf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -365,8 +365,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.12.8") -(define %linux-libre-hash "1p4ah15qs94id2yj6lhp6abdycvgp7lvn3ccsfs7f6n34hdij0cm") +(define %linux-libre-version "4.12.9") +(define %linux-libre-hash "1wpsqhaab91l1wdbsxq8pdwrdx3a603zr5zjxbzdsx99pr6iypra") (define-public linux-libre (make-linux-libre %linux-libre-version |