diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-04 00:04:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-04 00:04:20 -0400 |
commit | 0e9e83c5d84803a68c487269018860f24c1e5464 (patch) | |
tree | 1cc91d28aad79c08f4fec6ad74020bb9ed33d8d0 | |
parent | e4fde6dcf32c1d76b414911f5f8c29112de7a55a (diff) | |
download | patches-0e9e83c5d84803a68c487269018860f24c1e5464.tar patches-0e9e83c5d84803a68c487269018860f24c1e5464.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.57.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.57.
(%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 2095244466..edd696da5b 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.56") -(define %linux-libre-4.19-hash "1zqiic55viy065lhnkmhn33sz3bbbr2ykbm5f92yzd8lpc9zl7yx") +(define %linux-libre-4.19-version "4.19.57") +(define %linux-libre-4.19-hash "0p9b27hfbzppxgad9q2g7nvfzv0phzdsk16sqy87q3dglc8wqrqq") (define %linux-libre-4.19-patches (list %boot-logo-patch |