guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 073a6c8c921cbf0ffbad7a2a7a45421a05c23e2c Author: Vagrant Cascadian <[email protected]> AuthorDate: Wed Sep 2 11:00:19 2026 -0700 gnu: linux-libre 6.12: Update to 6.12.108. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.108. (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 4522cf1fd8..bd1b6af6d7 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.108") (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 "1bxsykj1w8slrn837z05ax8r9d5kkgk5kbjzbngmrm921lhfmlg1"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
