diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-23 21:05:18 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-23 21:05:18 -0500 |
commit | 318507a6f6fabf1a70bc83238e1e920582a37aa2 (patch) | |
tree | 94564d0e818080ea905d09d20a2601707ca4e4eb /gnu/packages/linux.scm | |
parent | 245139cd0d3b7ef092022c5101ce58855207c880 (diff) |
gnu: linux-libre: Update to 4.19.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.4.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 8e264cb7bd..8eec8a73a8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -406,8 +406,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.2") -(define %linux-libre-hash "1yh4ll9qh4wmf9r62ksyic57g1iy1b84qbv855l545ilk12znbmj") +(define %linux-libre-version "4.19.4") +(define %linux-libre-hash "0m5k14a89bf5avr3kdh3909qjfnd051fbsb0v7a52d54dkg2nbp6") (define %linux-libre-4.19-patches (list %boot-logo-patch |