diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-01-26 16:37:32 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-01-27 20:11:38 -0500 |
commit | a23342e11a10d3c34b3127fae81d9939cd8d886e (patch) | |
tree | e928b69a6f24e868f9cc440ff92febc59b6c4101 /gnu/packages/linux.scm | |
parent | 536a3d5f2fe7aea5b5a71b0c06b87ca63d91d094 (diff) | |
download | guix-a23342e11a10d3c34b3127fae81d9939cd8d886e.tar.gz |
gnu: linux-libre 5.10: Update to 5.10.209.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.209. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Ic5f80481d3eb0d4cada0c4ead247db07351a0908
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 24106ba595..9790adc5ae 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -561,17 +561,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.208") +(define-public linux-libre-5.10-version "5.10.209") (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 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch") - (base32 "0zmmqj5gyiy2q81f199c29b14isfiqbvl87y72k14yy0q5398276"))) + (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "0vpvy47cmcinhs76cjl2n81zrlhbqgpi4v29izn2hzsl15x189ch"))) + (hash (base32 "1mc8rssk5aypgb58jz6i2bbflfr6qh1kgqpam0k8fqvwcjnjzqj4"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) |