summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-01-08 17:12:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-01-08 17:12:38 +0100
commit95eb4a676ab5e22f20dbcf6d10ed8702f455903c (patch)
tree05a1576ea530ead2a6be312ac30412c870fe7ead
parentf4e8726204dd59ac343187ff820d469cfe432bab (diff)
downloadguix-95eb4a676ab5e22f20dbcf6d10ed8702f455903c.tar.gz
gnu: asymptote: Update to 2.75.
* gnu/packages/plotutils.scm (asymptote): Update to 2.75.
-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 3ac07cde54..e67d9bb2c4 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -268,14 +268,14 @@ colors, styles, options and details.")
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.74")
+    (version "2.75")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asymptote/"
                            version "/asymptote-" version ".src.tgz"))
        (sha256
-        (base32 "1fmkxgxaxgngbc079sdrba00rdkq7v076pl43zd03br9j1d8m3nl"))))
+        (base32 "0xvc8w81kd88rnq4wdh835lbm1zy65rgw8plkrwnwpplkpl3z2ww"))))
     (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