diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-16 04:09:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-16 04:09:12 -0400 |
commit | fc6290fb1fd6dead7e2a669d6fcdf829fd4e9873 (patch) | |
tree | 2f77e23c90ed8f0771d52754226688382cb10a20 | |
parent | 466595eeb246a47d93cd4f320f5d2f2703532692 (diff) | |
download | patches-fc6290fb1fd6dead7e2a669d6fcdf829fd4e9873.tar patches-fc6290fb1fd6dead7e2a669d6fcdf829fd4e9873.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.51.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.51.
(%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 57b53cbe9c..a3c52080de 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.50") -(define %linux-libre-4.19-hash "0j1p459al3y77cv2xwjx7ppghc8ixs3wm3w9a10sc3ckbq1hw8ly") +(define %linux-libre-4.19-version "4.19.51") +(define %linux-libre-4.19-hash "0xzgwv70inddbml8nvfknp2zaz5dvs00nzqa1r9iqmsxlmssipz7") (define %linux-libre-4.19-patches (list %boot-logo-patch |