nongnu: Set linux to linux@6.1.

Upstream Guix will be removing linux-libre@6.0 and defaulting to
linux-libre@6.1.  Do likewise here.

* nongnu/packages/linux.scm (linux-6.0): Remove variable.
(linux): Set to linux-6.1.
This commit is contained in:
John Kehayias 2023-01-08 21:02:53 -05:00
parent 1398e83e35
commit 897ac7aadc
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -62,9 +62,6 @@ System on hardware which requires nonfree software to function.")))
(define-public linux-6.1
(corrupt-linux linux-libre-6.1))
(define-public linux-6.0
(corrupt-linux linux-libre-6.0))
(define-public linux-5.15
(corrupt-linux linux-libre-5.15))
@ -80,7 +77,7 @@ System on hardware which requires nonfree software to function.")))
(define-public linux-4.14
(corrupt-linux linux-libre-4.14))
(define-public linux linux-6.0)
(define-public linux linux-6.1)
;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-5.15)