guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 75f0d421d289379f6c479d3f77836982d4acfc09 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 31 12:30:05 2026 -0700 gnu: linux-libre 6.12: Update to 6.12.107. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.107. (linux-libre-6.12-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 fb2b95017d..ea38262d00 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -641,7 +641,7 @@ GEXP)." (%upstream-linux-source version hash) deblob-scripts-6.18))) -(define-public linux-libre-6.12-version "6.12.105") +(define-public linux-libre-6.12-version "6.12.107") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -651,7 +651,7 @@ GEXP)." (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0ggni16ill7acfxsmwr96q2zfcia1v19sif32csv2acm24g80dpb"))) + (hash (base32 "0yih5s4xbp1hlyfha49z2j3l9x7i5ij335jfl6f6sbfy7yzcby55"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
