guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit b6c2123cdd53ea5cb64b5e884cec7f2e2fefb4c9 Author: Vagrant Cascadian <[email protected]> AuthorDate: Wed Sep 2 11:02:22 2026 -0700 gnu: linux-libre 6.6: Update to 6.6.156. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.156. (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 bd1b6af6d7..eaefd0166e 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.156") (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 "07a1dyaxmcv289r0n4agna2li2rfsjdld8279cs18jmg9r52dqmf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
