diff options
author | Mark H Weaver <mhw@netris.org> | 2020-04-23 19:55:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-04-23 19:55:15 -0400 |
commit | 887c61e67fc6c9ccf75d5c96cac0b13aeec42286 (patch) | |
tree | 6c36d17dbd1b6ab859fe2e86b9d845b962afdb77 /gnu/packages | |
parent | 5a915632210e7007d63aae7dcf1999323c69b4ab (diff) | |
download | patches-887c61e67fc6c9ccf75d5c96cac0b13aeec42286.tar patches-887c61e67fc6c9ccf75d5c96cac0b13aeec42286.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.118.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.118.
(linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-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 fbdda2543e..c4a15b3cb6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -385,10 +385,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.117") +(define-public linux-libre-4.19-version "4.19.118") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "12xc1pwhwq4vp67hmn7hdynl4ik76cni79356hpzf1lbiqlrya6n"))) + (hash (base32 "15lcq3xky59v88vb8vvnmgcsmm1fadz0m4jyrii6rynsz5jr6x49"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |