guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 802c21c3cc8ea92660ff4a475030c1464b3f3f82
Author: Wilko Meyer <[email protected]>
AuthorDate: Fri Feb 20 10:49:27 2026 +0100

    gnu: linux-libre 6.18: Update to 6.18.13.
    
    * gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.13.
    (linux-libre-6.18-pristine-source): Update hash.
    
    Change-Id: I61cbf4b1ca2ae3d1318b00ba81e68100fec8f6bd
    Signed-off-by: Vagrant Cascadian <[email protected]>
---
 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 ee8b4aaccb..ae868e07f1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -530,7 +530,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.18-version "6.18.10")
+(define-public linux-libre-6.18-version "6.18.13")
 (define-public linux-libre-6.18-gnu-revision "gnu")
 (define deblob-scripts-6.18
   (linux-libre-deblob-scripts
@@ -540,7 +540,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
    (base32 "1xdz33lshw1xs6a5qiwhvxzdh2a0acll1zdyk2mnn9d4579a4gn1")))
 (define-public linux-libre-6.18-pristine-source
   (let ((version linux-libre-6.18-version)
-        (hash (base32 "1plfwknqh5831kjq6f2yxcm4lqvp68a6kvcfnbxa5ba12wb7glyn")))
+        (hash (base32 "0zv8qml075jpk2i58cxp61hm3yb74mpkbkjg15n87riqzmakqb7d")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.18)))

Reply via email to