guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit aff6487c1993d1a849611ed9957b08156b4acde4 Author: Wilko Meyer <[email protected]> AuthorDate: Mon Feb 16 19:39:18 2026 +0100 gnu: linux-libre 6.6: Update to 6.6.126. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.126. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I4d59fb4cf4a0163ff0594ce9cb33ab2790445032 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 a24158c1c6..311c51fcc0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -564,7 +564,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.124") +(define-public linux-libre-6.6-version "6.6.126") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -574,7 +574,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 "0kkri7y9g5c7hylwsdc2wq2drhniay171nnccr533qlvisgzpbm7"))) + (hash (base32 "0bzfa31h4d3808a6kz1vqccyiiv3kpvkryq5jb6cizmbg172yx0n"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6)))
