guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 33f6bf76ee90bb3b920010a195a21a6b373f510f
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Aug 24 17:07:18 2026 -0700
gnu: linux-libre 6.12: Update to 6.12.105.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.105.
(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 ad18cf5d35..b1c7f0dc4b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -584,7 +584,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.18)))
-(define-public linux-libre-6.12-version "6.12.104")
+(define-public linux-libre-6.12-version "6.12.105")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -594,7 +594,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 "16drg5rvgbg4s24byj3wkq4ib5l6azmlxd5aqpq0rgb329m1d7cl")))
+ (hash (base32 "0ggni16ill7acfxsmwr96q2zfcia1v19sif32csv2acm24g80dpb")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))