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>master
parent
40e44bdea6
commit
b4aed68e96
|
@ -1207,11 +1207,11 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
|||
;; 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)
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Reference in New Issue