diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-17 14:41:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-17 14:41:18 -0400 |
commit | 2d72ddf529e028cdf71e183933c25790bb1165ef (patch) | |
tree | 51d59c694634e73afa3db318d0c3077037f2650c /gnu | |
parent | 1e070766c0ad2cead233bb87a000e2e7903a0848 (diff) | |
download | guix-2d72ddf529e028cdf71e183933c25790bb1165ef.tar guix-2d72ddf529e028cdf71e183933c25790bb1165ef.tar.gz |
gnu: linux-libre: Update to 4.12.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.8.
(%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 5188bd3e35..ce95de6278 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.7") -(define %linux-libre-hash "1sjkxkcikdgl2w5h7c5pfyqwi29g69dxp4s2z2yavw7aicc91xfq") +(define %linux-libre-version "4.12.8") +(define %linux-libre-hash "1p4ah15qs94id2yj6lhp6abdycvgp7lvn3ccsfs7f6n34hdij0cm") (define-public linux-libre (make-linux-libre %linux-libre-version |