diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-27 12:20:35 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-27 12:20:35 +0100 |
commit | 1a7247c629ef788a9a5b26999246efd2ff4c48da (patch) | |
tree | a740572718a1a78790807ad435c10ff87eb36b86 /gnu/packages | |
parent | 2ba5253044a4c4f9b5dbdd2ce5684e43f8d43c30 (diff) | |
download | patches-1a7247c629ef788a9a5b26999246efd2ff4c48da.tar patches-1a7247c629ef788a9a5b26999246efd2ff4c48da.tar.gz |
gnu: asymptote: Update to 2.65.
* gnu/packages/plotutils.scm (asymptote): Update to 2.65.
Diffstat (limited to 'gnu/packages')
-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 7a7f30e255..09fe2cb36e 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.64") + (version "2.65") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/asymptote/" version "/asymptote-" version ".src.tgz")) (sha256 - (base32 "1x4nmzklzd2xfmm03mgnpg0345dwrwr5czk9gkfl5sx7x1cgx4c0")))) + (base32 "0i4qqlvzz69mhdq6kf689sa9rxfb1cwsg1nx88hryb291hddgqqm")))) (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 |