diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-01-08 09:30:23 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-01-08 09:32:15 +0100 |
commit | 6dc7d74abd47a4508bafa2a0ab58f6230fdfb904 (patch) | |
tree | 8ae9af22486be0f92cbbd875f0d04f8e2cd5ade6 | |
parent | 27954407eb0447590a857dff34d68cd111922d7d (diff) |
nongnu: linux-lts: Update to 6.12 series.
Upstream Guix defaulted linux-libre-lts to 6.12 in commit
1dcd0ded86e341cbfd0567cefde1e71684c0cdba. Do the same here.
* nongnu/packages/linux.scm (linux-lts): Use linux-6.12.
-rw-r--r-- | nongnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 07dbc55e..f3d4eb67 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -159,7 +159,7 @@ on hardware which requires nonfree software to function.")))) (define-public linux linux-6.11) ;; linux-lts points to the *newest* released long-term support version. -(define-public linux-lts linux-6.6) +(define-public linux-lts linux-6.12) (define-public linux-arm64-generic-5.10 (corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic")) |