summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-04-08 22:07:31 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-04-08 22:07:31 -0400
commit54fb2194a1d0a5be28bd21fd870d3b2a8180c69b (patch)
tree20274687621753ed3ce19ebeec1f70d9f648e65e /nongnu
parent2978ae66b90d1dfdfb97e34e45c97e0d7a392fdb (diff)
nongnu: linux-lts: Update to 6.6 series.
Upstream Guix defaulted linux-libre-lts to 6.6 in commit b4aed68e960116b2b60f68ea1468d7a526149823. Do likewise here. * nongnu/packages/linux.scm (linux-lts): Use linux-6.6.
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index 8767ea2..9ae113d 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -156,7 +156,7 @@ on hardware which requires nonfree software to function."))))
(define-public linux linux-6.8)
;; linux-lts points to the *newest* released long-term support version.
-(define-public linux-lts linux-6.1)
+(define-public linux-lts linux-6.6)
(define-public linux-arm64-generic-5.10
(corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic"))