diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-10 22:01:00 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-10 22:01:00 +0100 |
commit | c3945380d9953dd99dc444c90fdba47988ebe9a0 (patch) | |
tree | 230c7c5191d4252ffc2ca66e656404702305b4d6 | |
parent | 90799c35bd9cadaf7c28be5ea6e41ec692d5b4a4 (diff) | |
download | patches-c3945380d9953dd99dc444c90fdba47988ebe9a0.tar patches-c3945380d9953dd99dc444c90fdba47988ebe9a0.tar.gz |
gnu: asymptote: Update to 2.64.
* gnu/packages/plotutils.scm (asymptote): Update to 2.64.
-rw-r--r-- | gnu/packages/plotutils.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index f71e2824f1..7a7f30e255 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -194,14 +194,14 @@ colors, styles, options and details.") (define-public asymptote (package (name "asymptote") - (version "2.62") - (source (origin - (method url-fetch) - (uri (string-append "mirror://sourceforge/asymptote/" - version "/asymptote-" version ".src.tgz")) - (sha256 - (base32 - "0510vnlpfyrvshsxr5lh3klwyhmn2cf4ba1ja476mbv5dcqqbc30")))) + (version "2.64") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/asymptote/" + version "/asymptote-" version ".src.tgz")) + (sha256 + (base32 "1x4nmzklzd2xfmm03mgnpg0345dwrwr5czk9gkfl5sx7x1cgx4c0")))) (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 |