guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 765dd5d949ad79c68fab2db460532b940ec4454a Author: Wilko Meyer <[email protected]> AuthorDate: Wed Mar 4 15:12:13 2026 +0100 gnu: linux-libre 6.6: Update to 6.6.128. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.128. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Ief5f6695798d29b939a077bfaeced08a4d81db65 Signed-off-by: Vagrant Cascadian <[email protected]> --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 120033164f..838b3a6956 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -579,7 +579,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.127") +(define-public linux-libre-6.6-version "6.6.128") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -589,7 +589,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0z47f6mkllk1fgpq04x73djl5gh3mj50bxj2rpg4jlzm0rcirrag"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1zn9z3ghjyff71s3yabfanrgyks3wnmn1p5w6301rczhnjbrrkd7"))) + (hash (base32 "0j4f6imsxm5pyqk2yn4snv47q272dwpzp0w8qcaiy0l0hjxk75k6"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
