guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c734e0f6684d8bfc44af5cf204f1e68be2ded9ed
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Thu Aug 20 10:17:32 2026 -0700
gnu: linux-libre 7.1: Update to 7.1.9.
* gnu/packages/linux.scm (linux-libre-7.1-version): Update to 7.1.9.
(linux-libre-7.1-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 260a237232..c908c82292 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -550,7 +550,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-7.1-version "7.1.8")
+(define-public linux-libre-7.1-version "7.1.9")
(define-public linux-libre-7.1-gnu-revision "gnu")
(define deblob-scripts-7.1
(linux-libre-deblob-scripts
@@ -560,7 +560,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9")))
(define-public linux-libre-7.1-pristine-source
(let ((version linux-libre-7.1-version)
- (hash (base32 "0j9c88akklsdhivrlx7i0ccgzxcwcgp1zc6dzi65p79796sdq0gz")))
+ (hash (base32 "1c3jq2y2isas3hi8dla4qs0wl6z6p9shjaqgk1987cwp72pa8w9j")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-7.1)))