diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-13 13:27:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-13 13:27:21 -0500 |
commit | 782a18dd9d01bd15c6bce5fe7e152c1e4c057534 (patch) | |
tree | 110341e952d6a128534935a13299b66191b13606 /gnu | |
parent | 570ef8aec5c3602cff8d32493461bd157663bcd3 (diff) |
gnu: linux-libre@4.19: Update to 4.19.21.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.21.
(%linux-libre-4.19-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 f9e6870bf6..947638cade 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.20") -(define %linux-libre-4.19-hash "1rs4jvp88n23n9a6f037sn498fzl1fn96zsjjmjngb8nmjr1y9vp") +(define %linux-libre-4.19-version "4.19.21") +(define %linux-libre-4.19-hash "064vwfkcmc8ad37m1ziqc14vhvx3mba12rc9220xng3a48gwpi2m") (define %linux-libre-4.19-patches (list %boot-logo-patch |