diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-02-21 09:47:29 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-03-06 19:32:50 +0100 |
commit | e8f39f68164b78150d6158d83e69e15b7328304a (patch) | |
tree | 6bb7dc36928813537108356df8ed791ce436a215 | |
parent | 82bfd0528e3ff1b2d41ae3cc7567bffc1b6da3c2 (diff) |
nongnu: linux: Update the default linux package to the 6.13 series.
* nongnu/packages/linux.scm (linux): Use linux-6.13.
-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 321eb58..c4df52a 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -157,7 +157,7 @@ on hardware which requires nonfree software to function.")))) (define-public linux-5.4 (corrupt-linux linux-libre-5.4)) -(define-public linux linux-6.12) +(define-public linux linux-6.13) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.12) |