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

commit 5dab5fa0f0249cbffdcdd958112c6f5463d10c48
Author: Wilko Meyer <[email protected]>
AuthorDate: Wed Feb 25 15:42:02 2026 +0100

    gnu: linux-libre-lts: Update to 6.18.
    
    * gnu/packages/linux.scm (linux-libre-lts-version,
    linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source,
    linux-libre-lts-source, linux-libre-lts): Use linux-libre-6.18.
    (linux-libre-headers-latest): Use linux-libre-headers-6.19.
    
    Change-Id: I7aa18c3b27044383f49c67247ee3f92d0de56815
    Signed-off-by: Vagrant Cascadian <[email protected]>
---
 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e7cb003d76..a4c032bb6e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -834,7 +834,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
 ;; linux-libre-headers-latest points to the latest headers package
 ;; and should be used as a dependency for packages that depend on
 ;; the headers.
-(define-public linux-libre-headers-latest linux-libre-headers-6.18)
+(define-public linux-libre-headers-latest linux-libre-headers-6.19)
 
 
 ;;;
@@ -1227,11 +1227,11 @@ Linux kernel.  It has been modified to remove all 
non-free binary blobs.")
 ;; Linux-Libre.
 ;; Reference: <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-lts-version         linux-libre-6.12-version)
-(define-public linux-libre-lts-gnu-revision    linux-libre-6.12-gnu-revision)
-(define-public linux-libre-lts-pristine-source 
linux-libre-6.12-pristine-source)
-(define-public linux-libre-lts-source          linux-libre-6.12-source)
-(define-public linux-libre-lts                 linux-libre-6.12)
+(define-public linux-libre-lts-version         linux-libre-6.18-version)
+(define-public linux-libre-lts-gnu-revision    linux-libre-6.18-gnu-revision)
+(define-public linux-libre-lts-pristine-source 
linux-libre-6.18-pristine-source)
+(define-public linux-libre-lts-source          linux-libre-6.18-source)
+(define-public linux-libre-lts                 linux-libre-6.18)
 
 
 ;;;

Reply via email to