diff options
author | Mark H Weaver <mhw@netris.org> | 2020-05-06 03:19:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-05-06 03:19:13 -0400 |
commit | 754dfcc18204090d00086538ac97b5f59602b8be (patch) | |
tree | fc415e4112500e04a4dfd7654688321fdff1f234 | |
parent | 6e3d08195e7abc3916477cd536aa2c4b2f7e7f6c (diff) |
gnu: linux-libre@4.19: Update to 4.19.121.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.121.
(linux-libre-4.19-pristine-source): 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 ec0c1f54c8..4b62aadf75 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.120") +(define-public linux-libre-4.19-version "4.19.121") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "03mjng5ws9y56id99619ysarz73qqyylgc3mlknga1yphbhh16qb"))) + (hash (base32 "11bhjdaihhc42xhf4qxdkkjznc0i6igh0ahjbzr3fb8bmq9sirgv"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |