summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-11 22:01:22 -0400
committerLeo Famulari <leo@famulari.name>2025-09-13 14:57:17 -0400
commite7d0c282c9c2b58f7fbbd261c6715dafc49799fa (patch)
treeb0c97684bf74a90a080cead8b5c28184db1461f0 /gnu/packages/linux.scm
parent47f43d6d8d7d6b1d8a7cfd3130ce92ca35c59382 (diff)
gnu: linux-libre: Update to 6.16.7.
* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.7. (linux-libre-6.16-pristine-source): Update hash. Change-Id: Ic47aec57077ca28804b8d0177a88c9d787eae36d
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 495d5a0d40c..bc5871fb13c 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.5")
+(define-public linux-libre-6.16-version "6.16.7")
(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 "1wqk48jzmw5cbijsx5gya8mb0hwzf3pjns85xphisambgspgpgvn")))
+ (hash (base32 "108sk9r6ac0sc7h6ydvlyv7kib6z3af4v2f46kdinys2z6hxmqsv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.16)))