summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2026-07-08 09:27:58 +0200
committerJelle Licht <jlicht@fsfe.org>2026-07-08 09:27:58 +0200
commitfe63493aba7ad6107cb938fcd307c400b53a32b1 (patch)
treee91a4c91a3032918e4b2b7d9594e467241e99107
parent66ab7fff7a4ee0592c708651556ef3805c85068f (diff)
nongnu: Add linux-7.1.
* nongnu/packages/linux.scm (linux-7.1): New variable. * NEWS (2026-07): Mention it.
-rw-r--r--NEWS3
-rw-r--r--nongnu/packages/linux.scm3
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cfefa3a..2bd118c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
10The new feature branch has been updated to 610.xx series, with the old 590.xx 13The 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
183on hardware which requires nonfree software to function.")))) 183on 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