nongnu: linux-lts: Update to 6.12 series.

Upstream Guix defaulted linux-libre-lts to 6.12 in commit
1dcd0ded86e341cbfd0567cefde1e71684c0cdba.  Do the same here.

* nongnu/packages/linux.scm (linux-lts): Use linux-6.12.
This commit is contained in:
Jelle Licht 2025-01-08 09:30:23 +01:00
parent 27954407eb
commit 6dc7d74abd
No known key found for this signature in database
GPG Key ID: DA4597F947B41025

View File

@ -159,7 +159,7 @@ on hardware which requires nonfree software to function."))))
(define-public linux linux-6.11)
;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-6.6)
(define-public linux-lts linux-6.12)
(define-public linux-arm64-generic-5.10
(corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic"))