diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-20 15:31:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-20 15:34:14 -0400 |
commit | c65cce08b43535037101b140f07cfdf238d66d96 (patch) | |
tree | a328835dc72b9c02ecaeb79d22f1af04197877f2 /gnu/packages/linux.scm | |
parent | 7cbbee4a852dec058e2f103a6b612dd0bed450e5 (diff) | |
download | patches-c65cce08b43535037101b140f07cfdf238d66d96.tar patches-c65cce08b43535037101b140f07cfdf238d66d96.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.30.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.30.
(%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 6bfa7c782a..939a2b3480 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.0-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.29") -(define %linux-libre-4.19-hash "0nan1l01310jzg8lr1zznwwmjkvnvqdssk0zg3s459ryjmisj7z0") +(define %linux-libre-4.19-version "4.19.30") +(define %linux-libre-4.19-hash "1i15cs7zb53hagllgga8jaz0j1p9b22j93iczwc2w587zzhzlvng") (define %linux-libre-4.19-patches (list %boot-logo-patch |