mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: Remove linux@5.18. Add linux@5.19.
* 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:
parent
da7072a222
commit
8ee3305d87
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue