From 12da9f0562e4518d297deb821added3f29488565 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 29 Jun 2022 21:22:06 +0200 Subject: nongnu: Remove linux@5.17. Add linux@5.18. * nongnu/packages/linux.scm (linux-5.17): Remove variable. (linux-5.18): New variable. (linux): Set to linux-5.18. --- nongnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index af935ba..47a44a5 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -64,9 +64,9 @@ "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function."))) -(define-public linux-5.17 - (corrupt-linux linux-libre-5.17 "5.17.15" - "0a5n1lb43nhnhwjwclkk3dqp2nxsx5ny7zfl8idvzshf94m9472a")) +(define-public linux-5.18 + (corrupt-linux linux-libre-5.18 "5.18.8" + "0dhaj1zcsr5sfg62byzvvkhm9j419px6v9v04ngcy0d0vc2yn8q8")) (define-public linux-5.15 (corrupt-linux linux-libre-5.15 "5.15.48" @@ -92,7 +92,7 @@ System on hardware which requires nonfree software to function."))) (corrupt-linux linux-libre-4.9 "4.9.282" "059fin4si93ya13xy831w84q496ksxidpd3kyw38918sfy4p6wk7")) -(define-public linux linux-5.17) +(define-public linux linux-5.18) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-5.15) -- cgit v1.2.3