aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-03-16 14:06:40 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-03-16 14:06:40 +0100
commit335af327cd4f8e47e53fec0f1cd92174d418e32a (patch)
treee25530b9a6d38005902b8aadfb83880bf1b1ef3b
parent451f23df5e7a1798f85d58d1720387677444761a (diff)
downloadguix-335af327cd4f8e47e53fec0f1cd92174d418e32a.tar
guix-335af327cd4f8e47e53fec0f1cd92174d418e32a.tar.gz
gnu: asymptote: Update to 2.70.
* gnu/packages/plotutils.scm (asymptote): Update to 2.70.
-rw-r--r--gnu/packages/plotutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 4e044fab75..7f59bae770 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -206,14 +206,14 @@ colors, styles, options and details.")
(define-public asymptote
(package
(name "asymptote")
- (version "2.69")
+ (version "2.70")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
- (base32 "17gp9n0cgwlbsy16jya07cjw18drbg2gqhdghlvmkybpfh3mcr26"))))
+ (base32 "0gqcm0m916kjzyfswlplhyyvmqhg9hsishmbg4pyjcwchlx93k7m"))))
(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