Archived
1
0
Fork 0

gnu: asymptote: Update to 2.64.

* gnu/packages/plotutils.scm (asymptote): Update to 2.64.
This commit is contained in:
Nicolas Goaziou 2020-03-10 22:01:00 +01:00
parent 90799c35bd
commit c3945380d9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -194,14 +194,14 @@ colors, styles, options and details.")
(define-public asymptote (define-public asymptote
(package (package
(name "asymptote") (name "asymptote")
(version "2.62") (version "2.64")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "mirror://sourceforge/asymptote/" (method url-fetch)
version "/asymptote-" version ".src.tgz")) (uri (string-append "mirror://sourceforge/asymptote/"
(sha256 version "/asymptote-" version ".src.tgz"))
(base32 (sha256
"0510vnlpfyrvshsxr5lh3klwyhmn2cf4ba1ja476mbv5dcqqbc30")))) (base32 "1x4nmzklzd2xfmm03mgnpg0345dwrwr5czk9gkfl5sx7x1cgx4c0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; Note: The 'asy' binary retains a reference to docdir for use with its ;; Note: The 'asy' binary retains a reference to docdir for use with its
;; "help" command in interactive mode, so adding a "doc" output is not ;; "help" command in interactive mode, so adding a "doc" output is not