mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
21fc8caa1a
commit
01e6cd7ea8
1 changed files with 5 additions and 4 deletions
|
@ -356,9 +356,9 @@ database.")
|
||||||
;; Debian says GPLv2+.
|
;; Debian says GPLv2+.
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public sagemath-data-combinatorial-designs
|
(define-public combinatorial-designs
|
||||||
(package
|
(package
|
||||||
(name "sagemath-data-combinatorial-designs")
|
(name "combinatorial-designs")
|
||||||
(version "20140630")
|
(version "20140630")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -375,10 +375,11 @@ database.")
|
||||||
(home-page "https://www.sagemath.org")
|
(home-page "https://www.sagemath.org")
|
||||||
(synopsis "Data for Combinatorial Designs")
|
(synopsis "Data for Combinatorial Designs")
|
||||||
(description
|
(description
|
||||||
"This package data for combinatorial designs. It currently contains:
|
"This package contains data for combinatorial designs. It
|
||||||
|
currently contains:
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item The table of @acronym{MOLS, Mutually orthogonal Latin squares} from the
|
@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")
|
@end itemize")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue