guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 19e7b5f916cbd72f86c37d6ca5b7c55c02bb8865 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 24 17:10:11 2026 -0700 gnu: linux-libre 6.6: Update to 6.6.153. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.153. (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 cd2c51c922..42139ddd47 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -599,7 +599,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.152") +(define-public linux-libre-6.6-version "6.6.153") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -609,7 +609,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1h0qybxvk1f2vvbajivxcyqha49zfh1as5053ww36klllyml3cpn"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1mkhvln2x9npklg1b9b2gkavxcjmj9826sq0fh5rv16scf60b2vp"))) + (hash (base32 "0mwmr68vz1a296gkizwywvrjr8i86wg3crk777p0sli3i437gg1r"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
