summaryrefslogtreecommitdiff
path: root/gnu/packages/plotutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/plotutils.scm')
-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 a7b6e22030c..a1e32eb3981 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -197,14 +197,14 @@ colors, styles, options and details.")
197(define-public asymptote 197(define-public asymptote
198 (package 198 (package
199 (name "asymptote") 199 (name "asymptote")
200 (version "2.64") 200 (version "2.65")
201 (source 201 (source
202 (origin 202 (origin
203 (method url-fetch) 203 (method url-fetch)
204 (uri (string-append "mirror://sourceforge/asymptote/" 204 (uri (string-append "mirror://sourceforge/asymptote/"
205 version "/asymptote-" version ".src.tgz")) 205 version "/asymptote-" version ".src.tgz"))
206 (sha256 206 (sha256
207 (base32 "1x4nmzklzd2xfmm03mgnpg0345dwrwr5czk9gkfl5sx7x1cgx4c0")))) 207 (base32 "0i4qqlvzz69mhdq6kf689sa9rxfb1cwsg1nx88hryb291hddgqqm"))))
208 (build-system gnu-build-system) 208 (build-system gnu-build-system)
209 ;; Note: The 'asy' binary retains a reference to docdir for use with its 209 ;; Note: The 'asy' binary retains a reference to docdir for use with its
210 ;; "help" command in interactive mode, so adding a "doc" output is not 210 ;; "help" command in interactive mode, so adding a "doc" output is not