diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-27 16:57:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-27 17:07:55 -0400 |
commit | d83514baf274f34d658544848ea6a9eecb1a6975 (patch) | |
tree | 6237fbcd3340a2a9bf8618843bbefcb373843002 | |
parent | e78c2b50df016323aa7abebcfa95fec2c2a07e22 (diff) | |
download | patches-d83514baf274f34d658544848ea6a9eecb1a6975.tar patches-d83514baf274f34d658544848ea6a9eecb1a6975.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.61.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.61.
(linux-libre-4.19-pristine-source)[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 3f9103a350..385dcce12c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,10 +358,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.2))) -(define-public linux-libre-4.19-version "4.19.60") +(define-public linux-libre-4.19-version "4.19.61") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0ibayrvrnw2lw7si78vdqnr20mm1d3z0g6a0ykndvgn5vdax5x9a"))) + (hash (base32 "1scwb6ynr93k4a1vzpw2x1hzafhfs06ckf9v6fk1zvkh8jw1rc5c"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |