mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: linux-libre-lts: Update to 6.6.
6.6 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-6.6. Change-Id: Ia461c64004977e1a61a7d049b1d355438bae451e Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
40e44bdea6
commit
b4aed68e96
1 changed files with 5 additions and 5 deletions
|
@ -1207,11 +1207,11 @@ (define-public linux-libre-4.19
|
|||
;; Linux-Libre.
|
||||
;; Reference: <https://www.kernel.org/category/releases.html>
|
||||
|
||||
(define-public linux-libre-lts-version linux-libre-6.1-version)
|
||||
(define-public linux-libre-lts-gnu-revision linux-libre-6.1-gnu-revision)
|
||||
(define-public linux-libre-lts-pristine-source linux-libre-6.1-pristine-source)
|
||||
(define-public linux-libre-lts-source linux-libre-6.1-source)
|
||||
(define-public linux-libre-lts linux-libre-6.1)
|
||||
(define-public linux-libre-lts-version linux-libre-6.6-version)
|
||||
(define-public linux-libre-lts-gnu-revision linux-libre-6.6-gnu-revision)
|
||||
(define-public linux-libre-lts-pristine-source linux-libre-6.6-pristine-source)
|
||||
(define-public linux-libre-lts-source linux-libre-6.6-source)
|
||||
(define-public linux-libre-lts linux-libre-6.6)
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue