diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-12 15:52:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-12 15:52:29 -0400 |
commit | f814379463dafa13ec893606f5b9cec3c18e74be (patch) | |
tree | 77f282b4458ee37fc2a80d9e9a7a68860cdb5848 | |
parent | 5a8fc7de66d300ba5ebc0dcffbfa8daee039c07c (diff) | |
download | patches-f814379463dafa13ec893606f5b9cec3c18e74be.tar patches-f814379463dafa13ec893606f5b9cec3c18e74be.tar.gz |
gnu: linux-libre: Update to 4.12.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.6.
(%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 2a13257a1d..97afe955e5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -364,8 +364,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.5") -(define %linux-libre-hash "0kybil1h07fwl9rb0rvmp0w356hi2v1azw603r18vh9x93i8b8xi") +(define %linux-libre-version "4.12.6") +(define %linux-libre-hash "0xahgy49w2rjd4k58zj7r5vdj0jfrixzih8sxskpgwlqi1fc1r3j") (define-public linux-libre (make-linux-libre %linux-libre-version |