diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-08 20:43:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-08 20:43:19 -0400 |
commit | 80b66eb9494fd6a7df1794e4ce7acd5f7d319c8b (patch) | |
tree | b44ae896beda95adf8117248b71accdb40662131 /gnu | |
parent | 61f961eed3250db4d7d3c1d52d0aae51d5bd7b9f (diff) | |
download | patches-80b66eb9494fd6a7df1794e4ce7acd5f7d319c8b.tar patches-80b66eb9494fd6a7df1794e4ce7acd5f7d319c8b.tar.gz |
gnu: linux-libre: Update to 4.17.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.5.
(%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 46a0c8c713..cd3924ccee 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -402,8 +402,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.4") -(define %linux-libre-hash "1qdywncwwaxghjidihyzvdjq7pffzlswlspjyy420ny967n818jd") +(define %linux-libre-version "4.17.5") +(define %linux-libre-hash "0pldqw7f4nhziw3r73l339d79aijxhy6anf1ryiy3makip6gkib1") (define-public linux-libre (make-linux-libre %linux-libre-version |