gnu: asymptote: Update to 2.47.

* gnu/packages/plotutils.scm (asymptote): Update to 2.47.
master
Nicolas Goaziou 2018-08-06 14:07:08 +02:00
parent 46add5615a
commit c051767f4c
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

@ -179,14 +179,14 @@ colors, styles, options and details.")
(define-public asymptote
(package
(name "asymptote")
(version "2.44")
(version "2.47")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
(base32
"1rs9v95g19ri6ra2m921jf2yr9avqnzfybrqxilsld98xpqx56vg"))))
"0zc24n2vwzxdfmcppqfk3fkqlb4jmvswzi3bz232kxl7dyiyb971"))))
(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