diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:37:48 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:39:53 -0400 |
commit | 800051266948521ab33283afae14ddd27611c5f3 (patch) | |
tree | ec1dc7b872c1c285867677b68886e93c1395bd20 /gnu | |
parent | 4976677b77fde5bb73afaeab0eb4782316541cab (diff) |
gnu: linux-libre: Update to 4.17.13.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.13.
(%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 b5f5ee7b38..408801524a 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.12") -(define %linux-libre-hash "1zpyrw55pg3rg9rjhasx7n070c81frnaab44f4g9gyh08wbapz7k") +(define %linux-libre-version "4.17.13") +(define %linux-libre-hash "07z4yisl4krz1ja6123xp32g00nx6ajsc9x1lywmmpvvjilsz4ax") (define-public linux-libre (make-linux-libre %linux-libre-version |