diff options
author | Leo Famulari <leo@famulari.name> | 2025-08-30 18:57:06 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-09-01 21:51:07 -0400 |
commit | 7bf4e6b308e6304584b1007562c7c3dcc4771692 (patch) | |
tree | 545836f65ab545940dcf0542b0b6aeabf9477ece | |
parent | 6111dcb540397648e3bded4314ccbca3c281f297 (diff) | |
download | guix-7bf4e6b308e6304584b1007562c7c3dcc4771692.tar guix-7bf4e6b308e6304584b1007562c7c3dcc4771692.tar.gz |
gnu: linux-libre 5.10: Update to 5.10.241.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.241.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I3e535dc4446eb812ea01d955a5fabe35546495ee
-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 a175353ded..17cf0045ae 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -605,7 +605,7 @@ 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.240") +(define-public linux-libre-5.10-version "5.10.241") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -615,7 +615,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0r1whrfhhhjyvppiidhihcvyzcab6dva6g9a4div8jkxm62s2cq3"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "04sdcf4aqsqchii38anzmk9f9x65wv8q1x3m9dandmi6fabw724d"))) + (hash (base32 "1mnqjvb1hmr7p035c66k3z0idirhsj9j5zwgb92gi0ac0s1fkh88"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) |