diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2026-07-25 22:50:23 +0200 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2026-07-25 22:50:23 +0200 |
| commit | 73baab37361b3a81f326aa3fdec78840f5acc577 (patch) | |
| tree | 88da85a4c728326425f7451049f7448276ddd9e1 | |
| parent | 7118b0bd3c335176d250f0ab8bcf8f94cd132430 (diff) | |
nongnu: linux: Update to 7.1.
This follows Guix's change to the default kernel.
* nongnu/packages/linux.scm (linux): Use linux-7.1.
| -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 2687eef..fbb2ac2 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -209,7 +209,7 @@ on hardware which requires nonfree software to function.")))) | |||
| 209 | (define-public linux-5.10 | 209 | (define-public linux-5.10 |
| 210 | (corrupt-linux linux-libre-5.10)) | 210 | (corrupt-linux linux-libre-5.10)) |
| 211 | 211 | ||
| 212 | (define-public linux linux-7.0) | 212 | (define-public linux linux-7.1) |
| 213 | ;; linux-lts points to the *newest* released long-term support version. | 213 | ;; linux-lts points to the *newest* released long-term support version. |
| 214 | (define-public linux-lts linux-6.18) | 214 | (define-public linux-lts linux-6.18) |
| 215 | 215 | ||
