nongnu: linux-lts: Update to 6.6 series.

Upstream Guix defaulted linux-libre-lts to 6.6 in commit
b4aed68e960116b2b60f68ea1468d7a526149823.  Do likewise here.

* nongnu/packages/linux.scm (linux-lts): Use linux-6.6.
This commit is contained in:
John Kehayias 2024-04-08 22:07:31 -04:00
parent 2978ae66b9
commit 54fb2194a1
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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