diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:19:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:19:29 -0400 |
commit | 013130cf0ba79d9a3ee84263b0d246d3de9bf0b8 (patch) | |
tree | 9af37b947cbff08394c01732649737c704c8c113 | |
parent | f9ab5c47bd996386d70e6aedd673f682118b3708 (diff) | |
download | patches-013130cf0ba79d9a3ee84263b0d246d3de9bf0b8.tar patches-013130cf0ba79d9a3ee84263b0d246d3de9bf0b8.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.41.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.41.
(%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 bdf74fac12..974bad708f 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.40") -(define %linux-libre-4.19-hash "1sqx6jlir5lmkjgi5nabr2qwdvk87s9ax0ygi5qpdlraaw5b0kyk") +(define %linux-libre-4.19-version "4.19.41") +(define %linux-libre-4.19-hash "0lf1w72y4qkrg57qd78zs16r658qaqzwly0y9195nf7bdwqzb03v") (define %linux-libre-4.19-patches (list %boot-logo-patch |