From efef305dc453b43e90575729f4780ca03bc210ca Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 3 Jan 2026 18:03:28 -0500 Subject: [PATCH] gnu: linux-libre: Update to 6.17.13. * gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.13. (linux-libre-6.17-pristine-source): Update hash. Change-Id: I2996414290668bd8c1bd625e195a8b086ac97442 Signed-off-by: Vagrant Cascadian --- 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 b84ceceb6a0..81daa964afd 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.12") +(define-public linux-libre-6.17-version "6.17.13") (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 "1mlqirjzyx3zvvm87gf7slj2d5gdpp13vw91dgbfk54iz6b08y22"))) + (hash (base32 "1fgdy9j90yfd4c2yqdciasdhda14pbfrpzkgriin2r6i7bf04s0i"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.17)))