guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 95833b50a81e7d2e312b8eb28c9006506df1c044 Author: Vagrant Cascadian <[email protected]> AuthorDate: Sat Jul 25 20:07:14 2026 -0700 gnu: linux-libre 6.12: Update to 6.12.98. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.98. (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 9a74dffb8d..b7ae292d3e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -598,7 +598,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-6.12-version "6.12.96") +(define-public linux-libre-6.12-version "6.12.98") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -608,7 +608,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "1hapz6xz7plq56jc0drbzcsfcm1amlnphwbfhl0klsxkb9finbkx"))) + (hash (base32 "1izlr1zzkzz4p08j8hapfdwp27lf0yvmcwglwl82bxvz40nnlax6"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
