diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-11-24 23:22:45 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-11-24 23:22:45 +0100 |
commit | 66283b8fcb2e46cdb479f73bd595c137db9221b2 (patch) | |
tree | 6133ae0e0feb5e90dff2df05618f10c8d751e5bc | |
parent | cf492cd4f87716d480820033ce4be723e9fda0e5 (diff) | |
download | guix-66283b8fcb2e46cdb479f73bd595c137db9221b2.tar.gz guix-66283b8fcb2e46cdb479f73bd595c137db9221b2.zip |
gnu: asymptote: Update to 2.68.
* gnu/packages/plotutils.scm (asymptote): Update to 2.68.
-rw-r--r-- | gnu/packages/plotutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 0efc253718..f23b56728a 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -208,14 +208,14 @@ colors, styles, options and details.") (define-public asymptote (package (name "asymptote") - (version "2.67") + (version "2.68") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/asymptote/" version "/asymptote-" version ".src.tgz")) (sha256 - (base32 "16rdwxal27fikzfqsm2sb8ji78whpxl98rdyyp0ky2qlh55mf7la")))) + (base32 "1ch2bc28v0v76x9sbbn7xswvqi88plam9y4966j0kj2dn5fmms71")))) (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 |