diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-18 17:36:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-19 18:00:59 -0400 |
commit | 400cb5cf585d670d0140c97926f96bf0b4a71f37 (patch) | |
tree | 0a3f67b1c8cf1aa33e31b003ac671e45e639e891 /gnu/packages/linux.scm | |
parent | fccf2b2fb569038717e3a8d5d2841742d175cd4b (diff) | |
download | guix-400cb5cf585d670d0140c97926f96bf0b4a71f37.tar.gz |
gnu: linux-libre 5.10: Update to 5.10.175.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.175. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 59d8c14feb..d0d1d8cc33 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -530,17 +530,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.15))) -(define-public linux-libre-5.10-version "5.10.174") +(define-public linux-libre-5.10-version "5.10.175") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts linux-libre-5.10-version linux-libre-5.10-gnu-revision (base32 "0mw7qn77y9c6wrnw4rjvf75cpm1w6n1aqqhf8cnghcb97p2yxxrf") - (base32 "0fk954nniva8a7s423fnfn2wz9j9jdhscc4pqyvwn0wlxxbjgyap"))) + (base32 "1g4vabfswxzf9ahxc06k2ffksf84kcr2csx4m5kx680w0jqqnk80"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "092ai8ggplsa933s3qlayyjkw9d3z6sg782byh7rz0ym0380r2ig"))) + (hash (base32 "1kkv63v5lc0ahkl8sjmwhqxahmwmbxcbf4mfcmkf6d7j50p5cxz2"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) |