diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-28 21:08:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-28 21:08:51 -0400 |
commit | 38ba8a61165477c3bc555561a549bb4aede14145 (patch) | |
tree | 62b3c86d87b35c9dda76f820a5b9d88cd1883828 /gnu | |
parent | dfa0c66cc96350aff08817f1271817e27fc1e5ec (diff) | |
download | guix-38ba8a61165477c3bc555561a549bb4aede14145.tar guix-38ba8a61165477c3bc555561a549bb4aede14145.tar.gz |
gnu: linux-libre: Update to 4.12.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.4.
(%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 f43fe12066..a189458ada 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.3") -(define %linux-libre-hash "1b02snh41fgr5i55wlc86nvksyzy1cq994mkmj195pa57hy6y6ak") +(define %linux-libre-version "4.12.4") +(define %linux-libre-hash "13c6ka4fhzi41bjlssbkz84hkag7knqpvfyp2jjhm3wm25r4lhw8") (define-public linux-libre (make-linux-libre %linux-libre-version |