guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 1dcd76492cb05455524c055fac6b946acf30d001 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 31 12:27:01 2026 -0700 gnu: linux-libre 6.6: Update to 6.6.155. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.155. (linux-libre-6.6-pristine-source): Update hash. --- 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 ea38262d00..59fd25d820 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -656,7 +656,7 @@ GEXP)." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.153") +(define-public linux-libre-6.6-version "6.6.155") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -666,7 +666,7 @@ GEXP)." (base32 "1h0qybxvk1f2vvbajivxcyqha49zfh1as5053ww36klllyml3cpn"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "0mwmr68vz1a296gkizwywvrjr8i86wg3crk777p0sli3i437gg1r"))) + (hash (base32 "10j9cm0jrjjwm8gy8h8nkyj8x3pfhaicj29125qb069c7wkajrsf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
