guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: asymptote: Update to 2.88.


From: guix-commits
Subject: branch master updated: gnu: asymptote: Update to 2.88.
Date: Sun, 17 Mar 2024 04:02:16 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5267c6073c gnu: asymptote: Update to 2.88.
5267c6073c is described below

commit 5267c6073c3bdc6ba7874fc776c23c928f1ee263
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 08:31:52 2024 +0100

    gnu: asymptote: Update to 2.88.
    
    * gnu/packages/plotutils.scm (asymptote): Update to 2.88.
    
    Change-Id: Ia9a7204e662682db8b1cd1a544ecaab5b22afd96
---
 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 0d7e894d60..ed7f4abbb0 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -276,14 +276,14 @@ colors, styles, options and details.")
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.87")
+    (version "2.88")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asymptote/"
                            version "/asymptote-" version ".src.tgz"))
        (sha256
-        (base32 "06sr0fpc3zci7ncj9gwp3h8zhbvxs37rwwzqirnxa86zyfar4shf"))
+        (base32 "1fzm58md2kc32sj19bksnd8yzkg47z5pblkxp28r7vm67xs1mrqd"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled RapidJSON.



reply via email to

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