diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:15:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:15:47 -0400 |
commit | cba1dc68dae5660b2f85d135608926499aafb85b (patch) | |
tree | 2f18147975f8c105f6ca358b1d4ba372801ee038 /gnu | |
parent | 783ebb961e032b83cb125284d8bff598248d0b0d (diff) | |
download | guix-cba1dc68dae5660b2f85d135608926499aafb85b.tar guix-cba1dc68dae5660b2f85d135608926499aafb85b.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.58.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.58.
(%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 387087e544..6a88f6805e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -448,8 +448,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-version %linux-libre-hash)) -(define %linux-libre-4.19-version "4.19.57") -(define %linux-libre-4.19-hash "0p9b27hfbzppxgad9q2g7nvfzv0phzdsk16sqy87q3dglc8wqrqq") +(define %linux-libre-4.19-version "4.19.58") +(define %linux-libre-4.19-hash "0i2mh0zk1h1niba1bpd49bn938sdn3qrwzkqpqzimxnj31xcjhyz") (define %linux-libre-4.19-patches (list %boot-logo-patch |