From 453f63f60e376b577389de5f26c1e454e4bca268 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Sun, 12 Mar 2023 01:29:11 -0500 Subject: nongnu: Set linux to linux@6.2. Upstream Guix has now defaulted to linux-libre@6.2. Do likewise here. * nongnu/packages/linux.scm (linux): Set to linux-6.2. --- nongnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 0bd1a0e..8140458 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -108,7 +108,7 @@ on hardware which requires nonfree software to function.")))) (define-public linux-4.14 (corrupt-linux linux-libre-4.14)) -(define-public linux linux-6.1) +(define-public linux linux-6.2) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-5.15) -- cgit v1.2.3