diff options
author | Leo Famulari <leo@famulari.name> | 2022-05-13 19:07:55 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-05-14 15:01:26 -0400 |
commit | 8758dac7108a32dbf1e7d1cd2f26771b18e5a1c9 (patch) | |
tree | 1b1e72164eb7e05dfd28d90d6787febe62200730 /gnu/packages | |
parent | 05b4fb639109b122fa88d7d193893d08cec2e412 (diff) | |
download | guix-8758dac7108a32dbf1e7d1cd2f26771b18e5a1c9.tar.gz guix-8758dac7108a32dbf1e7d1cd2f26771b18e5a1c9.zip |
gnu: linux-libre 5.4: Update to 5.4.193.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.193.
(linux-libre-5.4-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 6aec804698..355f80a01d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -409,7 +409,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.192") +(define-public linux-libre-5.4-version "5.4.193") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -419,7 +419,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "05i286d98fm2pdf9724x1dsmfcm7gsd7yyyvxqlpisyj1kx14hda"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "14wyvacajnj6fnxqrash7b8inq0lgmglydqa30kb21zva88jwj1j"))) + (hash (base32 "187jfk9hf52n5z9yv56vq1knp3kdcbyk5w5k98ziwcbdjm1x65hd"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |