diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-01-10 16:32:18 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-10 16:32:18 -0500 |
commit | b680888a227d69a20eded684225c48e57c2513de (patch) | |
tree | 8e852b012bfa83b037e203d5c7328c6a17364c54 | |
parent | 3195ddf9f125fd8f9c80afc5d0868106bd90a20d (diff) |
nongnu: linux: Update the default linux package to the 6.12 series.
Upstream Guix will remove 6.11 soon.
* nongnu/packages/linux.scm (linux): Use linux-6.12
-rw-r--r-- | nongnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index f3d4eb67..21a5e2f4 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2021 Risto Stevcev <me@risto.codes> ;;; Copyright © 2021 aerique <aerique@xs4all.nl> ;;; Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz> -;;; Copyright © 2022, 2023, 2024 John Kehayias <john.kehayias@protonmail.com> +;;; Copyright © 2022, 2023, 2024, 2025 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net> ;;; Copyright © 2022 Simen Endsjø <simendsjo@gmail.com> @@ -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.11) +(define-public linux linux-6.12) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.12) |