diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-07 13:55:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-07 13:55:42 -0500 |
commit | 43194fbe3c9021372d13fcb1f642e23f67929f63 (patch) | |
tree | d5c3276bb2eb5ab6e0c7259e7dfa4dd62b03c836 /gnu/packages/linux.scm | |
parent | 848e28aab51e3dab1f424e2b7622329a119695a1 (diff) | |
download | guix-43194fbe3c9021372d13fcb1f642e23f67929f63.tar guix-43194fbe3c9021372d13fcb1f642e23f67929f63.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.20.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.20.
(%linux-libre-4.19-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 a42349fb6c..2fbeb75c10 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.19") -(define %linux-libre-4.19-hash "1sgcca9zpw5hza6vkza7613pd8bmvvd2kmd2f0xkl5fyrna7dipq") +(define %linux-libre-4.19-version "4.19.20") +(define %linux-libre-4.19-hash "1rs4jvp88n23n9a6f037sn498fzl1fn96zsjjmjngb8nmjr1y9vp") (define %linux-libre-4.19-patches (list %boot-logo-patch |