gnu: asymptote: Update to 2.44.

* gnu/packages/plotutils.scm (asymptote): Update to 2.44.
master
Nicolas Goaziou 2018-05-06 00:36:30 +02:00
parent 312afa7d56
commit f3b3cbfddb
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

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