diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-09 03:15:14 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-09 03:16:20 -0500 |
commit | 99c39c28f9a5040c82693eea9c09be3a17a0dfcb (patch) | |
tree | bf81926e2c194ab642efe4e1566620dadb1d9169 | |
parent | 80606f7737880f7e41dab2681b2750f588ca566c (diff) | |
download | guix-99c39c28f9a5040c82693eea9c09be3a17a0dfcb.tar guix-99c39c28f9a5040c82693eea9c09be3a17a0dfcb.tar.gz |
gnu: linux-libre: Update to 4.19.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.8.
(%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 02e16b08be..1cdf2bf478 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.7") -(define %linux-libre-hash "1fj038hz6b7g9gdiw9kggydryf8dvrdsfn81snns9bn5b01yp67n") +(define %linux-libre-version "4.19.8") +(define %linux-libre-hash "1rmgf3sbcyb47s3sagac7zrrpznq0vlcbzjzlzir95biy7lbswb3") (define %linux-libre-4.19-patches (list %boot-logo-patch |