diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-23 22:54:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-23 22:54:27 -0500 |
commit | cac6e0efbae281c198c27256a0f4a3a972abef6a (patch) | |
tree | 4864fe2c0dd20dc42efee986707418e2c46b3c21 | |
parent | ed5cabe6ee1ac9dbf51dff5dbff6c2db26e3a1c1 (diff) | |
download | patches-cac6e0efbae281c198c27256a0f4a3a972abef6a.tar patches-cac6e0efbae281c198c27256a0f4a3a972abef6a.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.25.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.25.
(%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 65202260fe..13ac90eaf1 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.24") -(define %linux-libre-4.19-hash "0pbnnn34imxhyrk5fchka9raxiw5m0mrrl03617jl515d89qgbjs") +(define %linux-libre-4.19-version "4.19.25") +(define %linux-libre-4.19-hash "0kg8gibmyihh4lr7ksp8szrs0jx5sr2g56szm69lff1zmsywpqc6") (define %linux-libre-4.19-patches (list %boot-logo-patch |