diff options
author | Leo Famulari <leo@famulari.name> | 2022-05-13 19:08:25 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-05-14 15:01:26 -0400 |
commit | 7a3e461c361404005480df916ea248b5e48460ac (patch) | |
tree | 1e5d50041e6ca70d7e8fc4c624ccd09e3f0110d5 | |
parent | 8758dac7108a32dbf1e7d1cd2f26771b18e5a1c9 (diff) | |
download | guix-7a3e461c361404005480df916ea248b5e48460ac.tar.gz guix-7a3e461c361404005480df916ea248b5e48460ac.zip |
gnu: linux-libre 4.19: Update to 4.19.242.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.242.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 355f80a01d..19129d38c7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -424,17 +424,17 @@ 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.241") +(define-public linux-libre-4.19-version "4.19.242") (define-public linux-libre-4.19-gnu-revision "gnu1") (define deblob-scripts-4.19 (linux-libre-deblob-scripts linux-libre-4.19-version linux-libre-4.19-gnu-revision (base32 "06pqv050bkii0hc2v7ymny5264w1bca8db0dp1pw9mfmjg865am5") - (base32 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9"))) + (base32 "1dnjgx1nmawm9gm0yf15nl80nmg7hy7q2vl3jxjbwj6hlrfv5dmx"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "04zyi22c2d91k7v2w0s8v112cqqf24km599mn18k2nafq79njqjc"))) + (hash (base32 "18k5fbzclk7g657bs8idwqjk7hakzx6256b1a3506sy29q4zvg2r"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |