From f6121e161d3c5414e3829560b4517c7ba6af89bc Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 12 Mar 2024 00:12:02 -0400 Subject: nongnu: Set linux to linux@6.7 Upstream Guix defaulted to linux-libre@6.7 in commit 001dfb89579856b8695b33b59f484f36e313347f. Do likewise here. Also, update my copyright header from previous year as well. * nongnu/packages/linux.scm (linux): Set to linux-6.7. --- nongnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nongnu/packages') diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 51bbfb0..285c594 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2021 Risto Stevcev ;;; Copyright © 2021 aerique ;;; Copyright © 2022 Josselin Poiret -;;; Copyright © 2022 John Kehayias +;;; Copyright © 2022, 2023, 2024 John Kehayias ;;; Copyright © 2022 Petr Hodina ;;; Copyright © 2022 Remco van 't Veer ;;; Copyright © 2022 Simen Endsjø @@ -153,7 +153,7 @@ on hardware which requires nonfree software to function.")))) (define-public linux-4.19 (corrupt-linux linux-libre-4.19)) -(define-public linux linux-6.6) +(define-public linux linux-6.7) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.1) -- cgit v1.2.3