guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: asymptote: Update to 2.80.


From: guix-commits
Subject: 03/11: gnu: asymptote: Update to 2.80.
Date: Tue, 19 Apr 2022 06:30:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 267176babceb147967abaf4dd5085b205b9bf9d4
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Apr 12 14:04:37 2022 +0000

    gnu: asymptote: Update to 2.80.
    
    * gnu/packages/plotutils.scm (asymptote): Update to 2.80.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 4adb05f722..569e44a958 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -269,14 +269,14 @@ colors, styles, options and details.")
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.79")
+    (version "2.80")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asymptote/"
                            version "/asymptote-" version ".src.tgz"))
        (sha256
-        (base32 "060gy2h1wa3ivjn51g21g7vh79jn74zbkz5ha5pq45bxqn4xs5cs"))
+        (base32 "0mhpvsjgw8av5rgkqlb0m8njc4fsfw5ddlx5121iyn29vjbx0rk2"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled RapidJSON.



reply via email to

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