diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-06 17:17:23 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-06 17:17:23 -0500 |
commit | 69f867b18f42c5a5de26fa55acbe1091635073d7 (patch) | |
tree | 02fc9e7687d6fcf87f6cd2911103ae0030181d52 | |
parent | 8b041fd21d18267e1a35fb6e6574e21e426c8b1b (diff) | |
download | guix-69f867b18f42c5a5de26fa55acbe1091635073d7.tar guix-69f867b18f42c5a5de26fa55acbe1091635073d7.tar.gz |
gnu: linux-libre: Update to 4.19.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.7.
(%linux-libre-hash): Update hash.
-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 20e17eea5b..12c0033196 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -400,8 +400,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.19.6") -(define %linux-libre-hash "1ybi878li06algbv2pdwn81jlh038pfvzz3axn1bzic9p4c9rjhf") +(define %linux-libre-version "4.19.7") +(define %linux-libre-hash "1fj038hz6b7g9gdiw9kggydryf8dvrdsfn81snns9bn5b01yp67n") (define %linux-libre-4.19-patches (list %boot-logo-patch |