diff options
author | Andreas Enge <[email protected]> | 2025-02-13 17:00:06 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-02-13 17:08:45 +0100 |
commit | 01e6cd7ea8b5b10fe3d5bf2bf4f4107a182e85cd (patch) | |
tree | cff9a283b1021b9c00b82e79269bed60d5c9d64c /gnu/packages/sagemath.scm | |
parent | 21fc8caa1a15eab630365c7e00d58086cdf55ac0 (diff) |
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
Diffstat (limited to 'gnu/packages/sagemath.scm')
-rw-r--r-- | gnu/packages/sagemath.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 875656ffeb..09bd0e4974 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -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))) |