diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:12:23 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:12:23 -0400 |
commit | 22e40d0911f8be1f6df3f0d90343997cf22a8388 (patch) | |
tree | 154cdf4c38d87a935912d1333c441647b32b4879 | |
parent | 877747ebe1db8b92ffbf48fdf9a2054e4562d2d8 (diff) | |
download | guix-22e40d0911f8be1f6df3f0d90343997cf22a8388.tar.gz guix-22e40d0911f8be1f6df3f0d90343997cf22a8388.zip |
gnu: linux-libre@4.19: Update to 4.19.42.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.42.
(%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 d866e3f64f..d2216e927b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -440,8 +440,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.1-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.41") -(define %linux-libre-4.19-hash "0lf1w72y4qkrg57qd78zs16r658qaqzwly0y9195nf7bdwqzb03v") +(define %linux-libre-4.19-version "4.19.42") +(define %linux-libre-4.19-hash "0k8jfqc0xjvyrhyj7l9y1xlsfnwk8r3c3w6pf345whbhfv2viwzj") (define %linux-libre-4.19-patches (list %boot-logo-patch |