This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.
The following commit(s) were added to refs/heads/kernel-updates by this push:
new 80a8d3bf42 gnu: linux-libre 6.12: Update to 6.12.98.
80a8d3bf42 is described below
commit 80a8d3bf429d8180ae4bf8aeafb472e6d064054a
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 7823ae6d1a..5969a2807b 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)))