nongnu: linux: Update to 6.3.

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

* nongnu/packages/linux.scm (linux): Update to linux 6.3.
This commit is contained in:
Jelle Licht 2023-05-28 17:39:45 +02:00
parent 84b8ddd6e3
commit c7cb7dc6e5
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

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