diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2026-07-08 09:27:58 +0200 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2026-07-08 09:27:58 +0200 |
| commit | fe63493aba7ad6107cb938fcd307c400b53a32b1 (patch) | |
| tree | e91a4c91a3032918e4b2b7d9594e467241e99107 | |
| parent | 66ab7fff7a4ee0592c708651556ef3805c85068f (diff) | |
nongnu: Add linux-7.1.
* nongnu/packages/linux.scm (linux-7.1): New variable.
* NEWS (2026-07): Mention it.
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | nongnu/packages/linux.scm | 3 |
2 files changed, 6 insertions, 0 deletions
| @@ -5,6 +5,9 @@ | |||
| 5 | # Copyright © 2026 Hilton Chain <hako@ultrarare.space> | 5 | # Copyright © 2026 Hilton Chain <hako@ultrarare.space> |
| 6 | #+TITLE: NEWS about user visible changes of nonguix | 6 | #+TITLE: NEWS about user visible changes of nonguix |
| 7 | 7 | ||
| 8 | * 2026-07 | ||
| 9 | *** Linux: Add linux-7.1 | ||
| 10 | |||
| 8 | * 2026-05 | 11 | * 2026-05 |
| 9 | *** NVIDIA: Rename new feature branch driver series to nvda-new-feature | 12 | *** NVIDIA: Rename new feature branch driver series to nvda-new-feature |
| 10 | The new feature branch has been updated to 610.xx series, with the old 590.xx | 13 | The new feature branch has been updated to 610.xx series, with the old 590.xx |
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index aaed9fb..2687eef 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -182,6 +182,9 @@ some freedo package or an output of package-version procedure." | |||
| 182 | "The unmodified Linux kernel, including nonfree blobs, for running Guix System | 182 | "The unmodified Linux kernel, including nonfree blobs, for running Guix System |
| 183 | on hardware which requires nonfree software to function.")))) | 183 | on hardware which requires nonfree software to function.")))) |
| 184 | 184 | ||
| 185 | (define-public linux-7.1 | ||
| 186 | (corrupt-linux linux-libre-7.1)) | ||
| 187 | |||
| 185 | (define-public linux-7.0 | 188 | (define-public linux-7.0 |
| 186 | (corrupt-linux linux-libre-7.0)) | 189 | (corrupt-linux linux-libre-7.0)) |
| 187 | 190 | ||
