gnu: Rename sagemath-data-combinatorial-designs.

* gnu/packages/sagemath.scm (sagemath-date-combinatorial-designs):
Rename to...
(combinatorial-designs): ...this. Slightly modify the description.

Change-Id: Ia4a6a47402e1db491a63736ce4aaafef4ca448bb
This commit is contained in:
Andreas Enge 2025-02-13 17:00:06 +01:00
parent 21fc8caa1a
commit 01e6cd7ea8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -356,9 +356,9 @@ database.")
;; Debian says GPLv2+.
(license license:gpl2+)))
(define-public sagemath-data-combinatorial-designs
(define-public combinatorial-designs
(package
(name "sagemath-data-combinatorial-designs")
(name "combinatorial-designs")
(version "20140630")
(source (origin
(method url-fetch)
@ -375,10 +375,11 @@ database.")
(home-page "https://www.sagemath.org")
(synopsis "Data for Combinatorial Designs")
(description
"This package data for combinatorial designs. It currently contains:
"This package contains data for combinatorial designs. It
currently contains:
@itemize
@item The table of @acronym{MOLS, Mutually orthogonal Latin squares} from the
Handbook of Combinatorial Designs, 2ed.
Handbook of Combinatorial Designs, 2nd edition.
@end itemize")
(license license:public-domain)))