diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2026-05-30 14:20:15 +0200 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2026-05-30 14:21:07 +0200 |
| commit | 108b01c677f9394c49f2c4fc3301adecfff7c7c0 (patch) | |
| tree | cfd9c2153299ae134bf6f3b0f68311dace8f0df7 | |
| parent | 01ccd92a73434029119c0ef1bd8e0f1a7bb71a8e (diff) | |
nongnu: linux-lts: Update to 6.18 series.
Upstream Guix defaulted linux-libre-lts to 6.18 in commit
b2883abb0d04e4ed7b957f790ba57ec488940136. Do the same here.
* nongnu/packages/linux.scm (linux-lts): Use linux-6.18.
| -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 7d403b4..753bee7 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -208,7 +208,7 @@ on hardware which requires nonfree software to function.")))) | |||
| 208 | 208 | ||
| 209 | (define-public linux linux-6.18) | 209 | (define-public linux linux-6.18) |
| 210 | ;; linux-lts points to the *newest* released long-term support version. | 210 | ;; linux-lts points to the *newest* released long-term support version. |
| 211 | (define-public linux-lts linux-6.12) | 211 | (define-public linux-lts linux-6.18) |
| 212 | 212 | ||
| 213 | (define-public linux-arm64-generic-5.10 | 213 | (define-public linux-arm64-generic-5.10 |
| 214 | (corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic")) | 214 | (corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic")) |
