~ruther/guix-local

21fc8caa1a15eab630365c7e00d58086cdf55ac0 — Andreas Enge 1 year, 1 month ago 873e0d6
gnu: Rename sagemath-data-graphs to graphs.

* gnu/packages/sagemath.scm (sagemath-data-graphs): Rename to...
(graphs): ...this.

Change-Id: I198f06c8d86bddcb7ebb22c4eaaf312b7acf9068
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/sagemath.scm
M gnu/packages/sagemath.scm => gnu/packages/sagemath.scm +2 -2
@@ 332,9 332,9 @@ to be used by SageMath.")
    ;; Debian says GPLv2+.
    (license license:gpl2+)))

(define-public sagemath-data-graphs
(define-public graphs
  (package
    (name "sagemath-data-graphs")
    (name "graphs")
    (version "20210214")
    (source (origin
              (method url-fetch)