diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-21 02:01:29 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-21 02:01:29 -0500 |
commit | 0ce657ab23342a192b33164ef4d86678dd926a14 (patch) | |
tree | d49f5776d8dad933f853c84c0768c7295c68834b | |
parent | 050439ca34369a4d4ab9369d8620d51f99bf627c (diff) | |
download | guix-0ce657ab23342a192b33164ef4d86678dd926a14.tar guix-0ce657ab23342a192b33164ef4d86678dd926a14.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.24.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.24.
(%linux-libre-4.19-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 86de2c0088..e203bcee00 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.23") -(define %linux-libre-4.19-hash "0s207vqq2vcrgydjjwb5n2j7di0rjahnrbn3xv4xxlp5scjp59xq") +(define %linux-libre-4.19-version "4.19.24") +(define %linux-libre-4.19-hash "0pbnnn34imxhyrk5fchka9raxiw5m0mrrl03617jl515d89qgbjs") (define %linux-libre-4.19-patches (list %boot-logo-patch |