guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61414] [PATCH] gnu: asymptote: Update to 2.85.


From: Nicolas Goaziou
Subject: [bug#61414] [PATCH] gnu: asymptote: Update to 2.85.
Date: Sat, 11 Feb 2023 10:13:01 +0100

* gnu/packages/plotutils.scm (asymptote): Update to 2.85.
---
 gnu/packages/plotutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index d98f7fce2f..fd40f79c73 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -272,14 +272,14 @@ (define-public ploticus
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.84")
+    (version "2.85")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asymptote/"
                            version "/asymptote-" version ".src.tgz"))
        (sha256
-        (base32 "1nycdmlhs3r1qj5miww19683qqjf4hihsjwzwjj1q4mq0hnp0rb7"))
+        (base32 "11zcfnc80sbh10w53j4rwnmz0g5xj78b8i7hzfslgya15jv5j1ac"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled RapidJSON.

base-commit: 019f4116ea0b112d468973ea1d1c1badf5bea559
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]