diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-12 02:57:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-12 02:57:20 -0400 |
commit | 95d9d95a04e9d299eb85c5f9bade9caa9c3cdef6 (patch) | |
tree | 0ace26d696b076bb0d36f8786ac39e1df525215a /gnu | |
parent | f3ad05efd980ff1ce7fe7394b610952870817915 (diff) |
gnu: linux-libre: Update to 4.17.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.1.
(%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 01eec5e9ee..69c81591f1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -395,8 +395,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") -(define %linux-libre-hash "0abbqrq96kn97jr02mf4ahqg7hl9vhq95c1l2z0s7jqrmhv1n8pb") +(define %linux-libre-version "4.17.1") +(define %linux-libre-hash "1sxil6m17vwpaj0jg8jyrbi1mr5sjfnvhxkjaxshh6j2pdg575pw") (define-public linux-libre (make-linux-libre %linux-libre-version |