me
/
guix
Archived
1
0
Fork 0

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
Ahmad Draidi 2024-04-08 14:22:27 +04:00 committed by Leo Famulari
parent 40e44bdea6
commit b4aed68e96
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 5 additions and 5 deletions

View File

@ -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)
;;;