gnu: asymptote: Update to 2.77.

* gnu/packages/plotutils.scm (asymptote): Update to 2.77.
This commit is contained in:
Nicolas Goaziou 2022-01-23 10:06:59 +01:00
parent d25a4e49d7
commit cb0bf6a55f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -268,14 +268,14 @@ (define-public ploticus
(define-public asymptote
(package
(name "asymptote")
(version "2.76")
(version "2.77")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
(base32 "00pnicffs464wams518fjylms1jd3nrdv7y1a13b4ak113fpajpj"))))
(base32 "0v5r8g3b7f2dxsiba4f3yrgfkigr5nsdhg6jrdsnqrmf6y7dqgdf"))))
(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