summaryrefslogtreecommitdiff
path: root/nongnu
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 /nongnu
parent66ab7fff7a4ee0592c708651556ef3805c85068f (diff)
nongnu: Add linux-7.1.
* nongnu/packages/linux.scm (linux-7.1): New variable. * NEWS (2026-07): Mention it.
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/linux.scm3
1 files changed, 3 insertions, 0 deletions
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