* nongnu/packages/linux.scm (linux-5.18): Remove variable.
(linux-5.19): New variable.
(linux): Set to linux-5.19.
This commit is contained in:
John Kehayias 2022-09-01 13:50:37 -04:00
parent da7072a222
commit 8ee3305d87
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -69,9 +69,9 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix
System on hardware which requires nonfree software to function.")))
(define-public linux-5.18
(corrupt-linux linux-libre-5.18 "5.18.19"
"1mc8zhiw0v7fka64mydpdrxkrvy0jyqggq5lghw3pyqj2wjrpw6z"))
(define-public linux-5.19
(corrupt-linux linux-libre-5.19 "5.19.5"
"1g9p4m9w9y0y1gk6vzqvsxzwqspbm10mmhd8n1mhal1yz721qgwc"))
(define-public linux-5.15
(corrupt-linux linux-libre-5.15 "5.15.63"
@ -97,7 +97,7 @@ System on hardware which requires nonfree software to function.")))
(corrupt-linux linux-libre-4.9 "4.9.326"
"0yw83a8nk5abjsvqrz8m2sj699c228j2f2wr5q8m95vgqzfw5wrb"))
(define-public linux linux-5.18)
(define-public linux linux-5.19)
;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-5.15)