guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: asymptote: Update to 2.44.


From: Nicolas Goaziou
Subject: 01/01: gnu: asymptote: Update to 2.44.
Date: Sat, 5 May 2018 18:37:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f3b3cbfddb7bd2be252b2b592231b2ddb42d495e
Author: Nicolas Goaziou <address@hidden>
Date:   Sun May 6 00:36:30 2018 +0200

    gnu: asymptote: Update to 2.44.
    
    * gnu/packages/plotutils.scm (asymptote): Update to 2.44.
---
 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 67ec549..0dcd6f7 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -174,14 +174,14 @@ colors, styles, options and details.")
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.42")
+    (version "2.44")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/asymptote/"
                                   version "/asymptote-" version ".src.tgz"))
               (sha256
                (base32
-                "0dprc4shzdpvp87kc97ggh5ay2zmskjjaciay7mnblx63rhk1d95"))))
+                "1rs9v95g19ri6ra2m921jf2yr9avqnzfybrqxilsld98xpqx56vg"))))
     (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]