guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 74180388ea30ac5d642d72fa7453743a6b19305b
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun May 24 11:42:31 2026 -0700
gnu: linux-libre 6.12: Update to 6.12.91.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.91.
(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 0a1d50bfb7..e8065c6790 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -582,7 +582,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.89")
+(define-public linux-libre-6.12-version "6.12.91")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -592,7 +592,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 "184r0wji02qw2n7ncx0jrf382yk20nnf79fvafim6a4x9a0gsnjq")))
+ (hash (base32 "0sbrb612b653w64g5jkpbf68y0fka2sgnwblam41k7wz2sgapwhg")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))