3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: asymptote: Update to 2.67.

* gnu/packages/plotutils.scm (asymptote): Update to 2.67.
This commit is contained in:
Nicolas Goaziou 2020-08-06 16:48:40 +02:00
parent 509bd7a75f
commit 64a0edf305
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -208,14 +208,14 @@ colors, styles, options and details.")
(define-public asymptote
(package
(name "asymptote")
(version "2.66")
(version "2.67")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
(base32 "1l2cv238fjqjkm4gam1aaxri0p3yxfmn067mhixziwybr3g5nq52"))))
(base32 "16rdwxal27fikzfqsm2sb8ji78whpxl98rdyyp0ky2qlh55mf7la"))))
(build-system gnu-build-system)
;; 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