guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.

commit c6fb0f5299a34a2484466b1db811f7cddfef1239
Author: Leo Famulari <[email protected]>
AuthorDate: Fri Oct 31 13:42:21 2025 -0400

    gnu: linux-libre 6.17: Update to 6.17.6.
    
    * gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.6.
    (linux-libre-6.17-pristine-source): Update hash.
    
    Change-Id: I42eb82beeb5dfcff839389b9620161b505bca902
---
 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 edfd9308b3..21b1946da2 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.5")
+(define-public linux-libre-6.17-version "6.17.6")
 (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 "1kibm4b3dvncw8dzxllxiza0923q6f2xlsng4gkln5n2x4vaypy0")))
+        (hash (base32 "17662dpl1rd24n20ihb1fsf66c8n3r6x1a24c6sanj1ld5mvrkwf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.17)))

Reply via email to