diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-14 01:28:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-14 01:28:02 -0500 |
commit | 8fa75a226610fc29f08f021a26d948681083a77e (patch) | |
tree | 97beddccd4fc1b8bed04e4a955b18d4da6e38f8b /gnu/packages/linux.scm | |
parent | 8b2aabd9d929b6718c3014db43c1259efcff1401 (diff) | |
download | patches-8fa75a226610fc29f08f021a26d948681083a77e.tar patches-8fa75a226610fc29f08f021a26d948681083a77e.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.15.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.15.
(%linux-libre-4.19-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 d6cb595a91..0075403d36 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.14") -(define %linux-libre-4.19-hash "12ihsp3k8gznc1hjvlpy8jdb27ijr3zsvn8wcgr5za18pg5ncjl9") +(define %linux-libre-4.19-version "4.19.15") +(define %linux-libre-4.19-hash "1aq09hhkf9ba5gck4m9g5ypvj76j9147f2bfyml076ln0ycdr7c7") (define %linux-libre-4.19-patches (list %boot-logo-patch |