diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-09-08 08:22:15 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-09-08 08:22:15 +0200 |
commit | d096df03564783372b315fe6c179655c2c337d5a (patch) | |
tree | cb386de3b6f9e9316dc62d0d18a169e3840dcd38 | |
parent | b95b52d9dddc83a587f201039370fcd2afee787b (diff) |
nongnu: linux: Update to 6.16.
* nongnu/packages/linux.scm (linux): Use linux-6.16.
-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 43a6234..ebc9bab 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -201,7 +201,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.15) +(define-public linux linux-6.16) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.12) |