From ec3565d2846870834c2edf7bdbc4d434925d927b Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Mon, 8 Apr 2024 22:01:54 -0400 Subject: nongnu: linux: Update the default linux package to the 6.8 series. Upstream Guix defaulted to linux-libre-6.8 in commit 40e44bdea6f4c3dc3563427fdf096a60812534a7. Do likewise here. * nongnu/packages/linux.scm (linux): Use linux-6.8. --- nongnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nongnu') diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 23b9572..47d737c 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -157,7 +157,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.7) +(define-public linux linux-6.8) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.1) -- cgit v1.2.3