summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-11-04 16:25:53 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2022-11-04 16:25:53 -0400
commit46b9baccff52e38ae489f92731289542d2cfca2a (patch)
tree73e4aa2e4fcacbb8894ce905471a0b2f6ebd690d
parentacbaa98856f24b13238e5419749eedd4bcdd556b (diff)
nongnu: Remove linux@5.19. Add linux@6.0.
* nongnu/packages/linux.scm (linux-5.19): Remove variable. (linux-6.0): New variable. (linux): Set to linux-6.0.
-rw-r--r--nongnu/packages/linux.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index 1b1b13d..375733e 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -70,9 +70,9 @@
70 "The unmodified Linux kernel, including nonfree blobs, for running Guix 70 "The unmodified Linux kernel, including nonfree blobs, for running Guix
71System on hardware which requires nonfree software to function."))) 71System on hardware which requires nonfree software to function.")))
72 72
73(define-public linux-5.19 73(define-public linux-6.0
74 (corrupt-linux linux-libre-5.19 "5.19.17" 74 (corrupt-linux linux-libre-6.0 "6.0.7"
75 "12cly10lad12idjwlgh2g0pp4hhj57h2qi4fy6jg1lbsm62b6fy9")) 75 "03srfv33r2vc48h051zicvn9hz78kc08vh7ljzlmcnk0g0mwrnk7"))
76 76
77(define-public linux-5.15 77(define-public linux-5.15
78 (corrupt-linux linux-libre-5.15 "5.15.74" 78 (corrupt-linux linux-libre-5.15 "5.15.74"
@@ -98,7 +98,7 @@ System on hardware which requires nonfree software to function.")))
98 (corrupt-linux linux-libre-4.9 "4.9.330" 98 (corrupt-linux linux-libre-4.9 "4.9.330"
99 "0psrl8fcbp1bsanjmllic503dlyhkj8bjzfc20p2ksahlhv1j0mz")) 99 "0psrl8fcbp1bsanjmllic503dlyhkj8bjzfc20p2ksahlhv1j0mz"))
100 100
101(define-public linux linux-5.19) 101(define-public linux linux-6.0)
102;; linux-lts points to the *newest* released long-term support version. 102;; linux-lts points to the *newest* released long-term support version.
103(define-public linux-lts linux-5.15) 103(define-public linux-lts linux-5.15)
104 104