From 897ac7aadc766868d1c0c01e6a486478cff423a8 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Sun, 8 Jan 2023 21:02:53 -0500 Subject: nongnu: Set linux to linux@6.1. Upstream Guix will be removing linux-libre@6.0 and defaulting to linux-libre@6.1. Do likewise here. * nongnu/packages/linux.scm (linux-6.0): Remove variable. (linux): Set to linux-6.1. --- nongnu/packages/linux.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 3740739..6319a7a 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -62,9 +62,6 @@ System on hardware which requires nonfree software to function."))) (define-public linux-6.1 (corrupt-linux linux-libre-6.1)) -(define-public linux-6.0 - (corrupt-linux linux-libre-6.0)) - (define-public linux-5.15 (corrupt-linux linux-libre-5.15)) @@ -80,7 +77,7 @@ System on hardware which requires nonfree software to function."))) (define-public linux-4.14 (corrupt-linux linux-libre-4.14)) -(define-public linux linux-6.0) +(define-public linux linux-6.1) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-5.15) -- cgit v1.2.3