diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:48:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:48:29 -0400 |
commit | 999ab3807a0b2644e4b0f23a6c7c0e5875a165de (patch) | |
tree | 58cd8e277ccd98fc37b24304f46e36f36cf1532b | |
parent | 4862957c603341b6e1b11019219930465d2316d4 (diff) | |
download | guix-999ab3807a0b2644e4b0f23a6c7c0e5875a165de.tar.gz guix-999ab3807a0b2644e4b0f23a6c7c0e5875a165de.zip |
gnu: linux-libre@4.19: Update to 4.19.52.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.52.
(%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 af5394f800..3a4bef4c88 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.51") -(define %linux-libre-4.19-hash "0xzgwv70inddbml8nvfknp2zaz5dvs00nzqa1r9iqmsxlmssipz7") +(define %linux-libre-4.19-version "4.19.52") +(define %linux-libre-4.19-hash "1wsrgrskmvipm7j4kzir93p9dp3iy49522163ghfxx71b1b2v4dg") (define %linux-libre-4.19-patches (list %boot-logo-patch |