diff options
| author | Leo Famulari <leo@famulari.name> | 2025-12-03 19:25:59 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-12-04 23:06:56 -0500 |
| commit | 644e1ef48384b4c31273fb2a8ae4ccf3636db570 (patch) | |
| tree | 35c6bcb18738eabc2509bf16b5631074dcdcebee /gnu/packages | |
| parent | 8f97b5b777f36accaa3debc14dbad22bbb45a824 (diff) | |
gnu: linux-libre: Update to 6.17.10.
* gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.10.
(linux-libre-6.17-pristine-source): Update hash.
Change-Id: I78280e42db271157a1e23b1c70339c2fd7979869
Diffstat (limited to 'gnu/packages')
| -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 4994755d621..94db6956cd2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -529,7 +529,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.17-version "6.17.9") +(define-public linux-libre-6.17-version "6.17.10") (define-public linux-libre-6.17-gnu-revision "gnu") (define deblob-scripts-6.17 (linux-libre-deblob-scripts @@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "14fypjidk49l0799dbi1pacy37ks94k0bs38cck2y4glxfpbfqr6"))) (define-public linux-libre-6.17-pristine-source (let ((version linux-libre-6.17-version) - (hash (base32 "01lfiw67jm853jr3wddvv0hl6lljscg2ils4ips9sl1wjlxq023d"))) + (hash (base32 "1kf8slgkvv9x6i1111l78p93y65rscdxarh05spx1njh797k8zzs"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.17))) |
