diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:12:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:12:31 -0400 |
commit | 90f4cc4bc74926a439aec00c5ac453f8b1bfe9f8 (patch) | |
tree | 90f26e3ee2e58229417419ba5bfc050a80dfb739 | |
parent | d40684e82725f611ea4ae6b80a18c3360a4446b5 (diff) |
gnu: linux-libre@4.19: Update to 4.19.40.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.40.
(%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 6c08cab960..eec95188e3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -462,8 +462,8 @@ It has been modified to remove all non-free binary blobs.") between the CDemu userspace daemon and linux kernel.") (license license:gpl2+))) -(define %linux-libre-4.19-version "4.19.38") -(define %linux-libre-4.19-hash "1z4gy5qsc7gvk6rfyij3xp46g53ll4gmb9sgzbfjgm9zkf0sszy3") +(define %linux-libre-4.19-version "4.19.40") +(define %linux-libre-4.19-hash "1sqx6jlir5lmkjgi5nabr2qwdvk87s9ax0ygi5qpdlraaw5b0kyk") (define %linux-libre-4.19-patches (list %boot-logo-patch |