diff options
| author | Leo Famulari <leo@famulari.name> | 2025-10-07 20:14:42 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-10-13 15:15:01 -0400 |
| commit | efa46e9f2e86078ca4000b79cd646697bf41e4bf (patch) | |
| tree | 8523a432fb1c70c9b97ce505eb111af0a09565b7 /gnu | |
| parent | 9700af5ff124cd18ead774e24395d386823da8ed (diff) | |
gnu: linux-libre: Update to 6.16.11.
* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.11.
(linux-libre-6.16-pristine-source): Update hash.
Change-Id: Iec04974eafb55c1d7b28d6b988805e1d247352b8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 23650f73aca..4c1fb2f36bd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -527,7 +527,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.9") +(define-public linux-libre-6.16-version "6.16.11") (define-public linux-libre-6.16-gnu-revision "gnu") (define deblob-scripts-6.16 (linux-libre-deblob-scripts @@ -537,7 +537,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 "13g59jvc6kvp8dzl6ysmzrpq4nh9xvy5va5avrsn6iq5ryiwij3s"))) + (hash (base32 "0yxsinhly689327jbvwm2nfr6cx7ynj9sd87a9var1rx8l64yc2z"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.16))) |
