guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 3f5bbd597f7e3318a8b69c435451590e4c843dca
Author: Leo Famulari <[email protected]>
AuthorDate: Sun Sep 28 23:42:06 2025 -0400
gnu: linux-libre: Update to 6.16.9.
* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.9.
(linux-libre-6.16-pristine-source): Update hash.
Change-Id: Ib48fd56d9c3154e802db2886984892b343c4d1ba
---
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 b8df4438e9..e0a55e6b93 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -526,7 +526,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-6.16-version "6.16.8")
+(define-public linux-libre-6.16-version "6.16.9")
(define-public linux-libre-6.16-gnu-revision "gnu")
(define deblob-scripts-6.16
(linux-libre-deblob-scripts
@@ -536,7 +536,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1i4kba2wpkc7jmj7b2qjkrgqsl0g0s1h7j9pfvc7zqyyn9v3kkqr")))
(define-public linux-libre-6.16-pristine-source
(let ((version linux-libre-6.16-version)
- (hash (base32 "17x6pylbrbh4fyk088gvhbd3gy3gpr1vn9jdjhlk3p44f2yi24r3")))
+ (hash (base32 "13g59jvc6kvp8dzl6ysmzrpq4nh9xvy5va5avrsn6iq5ryiwij3s")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.16)))