mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: linux: Update the default linux package to the 6.8 series.
Upstream Guix defaulted to linux-libre-6.8 in commit 40e44bdea6f4c3dc3563427fdf096a60812534a7. Do likewise here. * nongnu/packages/linux.scm (linux): Use linux-6.8.
This commit is contained in:
parent
e7d3824c87
commit
ec3565d284
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ on hardware which requires nonfree software to function."))))
|
|||
(define-public linux-4.19
|
||||
(corrupt-linux linux-libre-4.19))
|
||||
|
||||
(define-public linux linux-6.7)
|
||||
(define-public linux linux-6.8)
|
||||
;; linux-lts points to the *newest* released long-term support version.
|
||||
(define-public linux-lts linux-6.1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue