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.65.


From: guix-commits
Subject: branch master updated: gnu: asymptote: Update to 2.65.
Date: Fri, 27 Mar 2020 07:20:50 -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 1a7247c  gnu: asymptote: Update to 2.65.
1a7247c is described below

commit 1a7247c629ef788a9a5b26999246efd2ff4c48da
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri Mar 27 12:20:35 2020 +0100

    gnu: asymptote: Update to 2.65.
    
    * gnu/packages/plotutils.scm (asymptote): Update to 2.65.
---
 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 7a7f30e..09fe2cb 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -194,14 +194,14 @@ colors, styles, options and details.")
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.64")
+    (version "2.65")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asymptote/"
                            version "/asymptote-" version ".src.tgz"))
        (sha256
-        (base32 "1x4nmzklzd2xfmm03mgnpg0345dwrwr5czk9gkfl5sx7x1cgx4c0"))))
+        (base32 "0i4qqlvzz69mhdq6kf689sa9rxfb1cwsg1nx88hryb291hddgqqm"))))
     (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



reply via email to

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