diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-10 23:19:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-10 23:19:36 -0400 |
commit | 2faf2edf5880a47d70b716b1780465eb1671c855 (patch) | |
tree | 64a96c24dc2ec4d2b8a12d726dbd8338570a56c3 /gnu/packages | |
parent | 4f1d7e386b8ff6f83f109e06ca3ccbaa0f9f617f (diff) | |
download | guix-2faf2edf5880a47d70b716b1780465eb1671c855.tar guix-2faf2edf5880a47d70b716b1780465eb1671c855.tar.gz |
gnu: linux-libre: Update to 4.18.13.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.13.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 367ee4da29..8983ed35e4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -405,8 +405,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.18.12") -(define %linux-libre-hash "1mcnb1mm7m6i9s591c3kx0f1vbzhbl3w92w137swcm9zifqpci5r") +(define %linux-libre-version "4.18.13") +(define %linux-libre-hash "0jqlmzml67dp5708d4giga48vv4npgs3mbnzdrigaxgca5c69qck") (define %linux-libre-4.18-patches (list %boot-logo-patch |