diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-07 21:33:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-07 21:33:03 -0400 |
commit | 4f4134c26d69349a24aa4bbd525bb9367a951a9a (patch) | |
tree | 465318808e27a726738eaec5743616ecce5e5ad1 | |
parent | 99ccc74725e023ffcb1d7b8fcf233725c7139566 (diff) | |
download | patches-4f4134c26d69349a24aa4bbd525bb9367a951a9a.tar patches-4f4134c26d69349a24aa4bbd525bb9367a951a9a.tar.gz |
gnu: linux-libre: Update to 4.12.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.5.
(%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 5a925284ed..7edb5793fc 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.4") -(define %linux-libre-hash "13c6ka4fhzi41bjlssbkz84hkag7knqpvfyp2jjhm3wm25r4lhw8") +(define %linux-libre-version "4.12.5") +(define %linux-libre-hash "0kybil1h07fwl9rb0rvmp0w356hi2v1azw603r18vh9x93i8b8xi") (define-public linux-libre (make-linux-libre %linux-libre-version |