summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-10-13 15:40:07 -0400
committerLeo Famulari <leo@famulari.name>2025-10-18 13:53:18 -0400
commitb17a850e51ab7ef2a77af0c94a4a8cd4f4b70800 (patch)
treef9ab03b7b762923c44564eddd9afdddc96bbaebe /gnu
parentcbfc6b95c0cb80510997826c3ca97595e20bf93a (diff)
gnu: linux-libre: Update to 6.16.12.
* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.12. (linux-libre-6.16-pristine-source): Update hash. Change-Id: I462074d34cc390fd0538d82177cdacee2363f483
Diffstat (limited to 'gnu')
-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 64a394a45a5..b4c7b741c4a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -528,7 +528,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.11")
+(define-public linux-libre-6.16-version "6.16.12")
(define-public linux-libre-6.16-gnu-revision "gnu")
(define deblob-scripts-6.16
(linux-libre-deblob-scripts
@@ -538,7 +538,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 "0yxsinhly689327jbvwm2nfr6cx7ynj9sd87a9var1rx8l64yc2z")))
+ (hash (base32 "0vm257d76hmimnac8hzg66gd1mdg330sai39lywfn4m9bjydx93w")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.16)))