nongnu: linux: Update to 6.6.

Upstream Guix now defaults to linux-libre@6.3.  Follow suit by making linux
track linux@6.6.

* nongnu/packages/linux.scm (linux): Update to linux 6.6.
This commit is contained in:
John Kehayias 2023-11-28 00:59:44 -05:00
parent efbe707f8e
commit 621ca1767c
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -126,7 +126,7 @@ on hardware which requires nonfree software to function."))))
(define-public linux-4.14 (define-public linux-4.14
(corrupt-linux linux-libre-4.14)) (corrupt-linux linux-libre-4.14))
(define-public linux linux-6.5) (define-public linux linux-6.6)
;; linux-lts points to the *newest* released long-term support version. ;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-6.1) (define-public linux-lts linux-6.1)