guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit fc7b3ef5f9ec8fb92dab6eae156b73248ad80261 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Jul 27 12:06:20 2026 -0700 gnu: linux-libre 6.6: Update to 6.6.145. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.145. (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 b7ae292d3e..bf964158e2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -613,7 +613,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.144") +(define-public linux-libre-6.6-version "6.6.145") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -623,7 +623,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 "1hzcax2ypzhrjzmq4b0jyqyc4al0ncyfcj9pq36phl29gcqbh6gc"))) + (hash (base32 "09h1pzcai0i10pdyyfbsmq03rgk1x5wv2d937m5nz2xdv0rhw46y"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
