diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:45:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:45:33 -0400 |
commit | 54e543b62632c5e977c8755c9fec3b4eb8a61860 (patch) | |
tree | da2c0754aaa3fa392cfd305bdb3e9013ee6d08d1 /gnu | |
parent | 54465c4dbc3fcb29a9bf9602a23aa5c63f6166a5 (diff) | |
download | guix-54e543b62632c5e977c8755c9fec3b4eb8a61860.tar.gz |
gnu: linux-libre: Update to 4.17.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.10. (%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 804172606f..72fd24ff6e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,8 @@ It has been modified to remove all non-free binary blobs.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.17.9") -(define %linux-libre-hash "1mahjxn4j7sdjdrbkrgal37nfx23njhnmrxcmixmphps8i44rlwm") +(define %linux-libre-version "4.17.10") +(define %linux-libre-hash "1ab349s18avigd2592i11pab4klqzzxy11a1zp16mb842d8chkj2") (define-public linux-libre (make-linux-libre %linux-libre-version |