nongnu: Add linux-6.13.

* nongnu/packages/linux.scm (linux-6.13): New variable.
This commit is contained in:
John Kehayias 2025-02-03 23:58:45 -05:00
parent 5c6ef7cafd
commit 440758d5dc
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -136,6 +136,9 @@ some freedo package or an output of package-version procedure."
"The unmodified Linux kernel, including nonfree blobs, for running Guix System "The unmodified Linux kernel, including nonfree blobs, for running Guix System
on hardware which requires nonfree software to function.")))) on hardware which requires nonfree software to function."))))
(define-public linux-6.13
(corrupt-linux linux-libre-6.13))
(define-public linux-6.12 (define-public linux-6.12
(corrupt-linux linux-libre-6.12)) (corrupt-linux linux-libre-6.12))