mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: linux: Update the default linux package to the 6.9 series.
Upstream Guix updated linux-libre yesterday: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=5d3edff1a604414a3c42b89fcbc007e9d573993d * nongnu/packages/linux.scm (linux): Use linux-6.9.
This commit is contained in:
parent
ad46caa248
commit
1c14223ced
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
|
(define-public linux-4.19
|
||||||
(corrupt-linux linux-libre-4.19))
|
(corrupt-linux linux-libre-4.19))
|
||||||
|
|
||||||
(define-public linux linux-6.8)
|
(define-public linux linux-6.9)
|
||||||
;; linux-lts points to the *newest* released long-term support version.
|
;; linux-lts points to the *newest* released long-term support version.
|
||||||
(define-public linux-lts linux-6.6)
|
(define-public linux-lts linux-6.6)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue