[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: asymptote: Update to 2.66.
From: |
guix-commits |
Subject: |
branch master updated: gnu: asymptote: Update to 2.66. |
Date: |
Wed, 08 Jul 2020 12:06:05 -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 7af0b65 gnu: asymptote: Update to 2.66.
7af0b65 is described below
commit 7af0b6544c5fb1c44805d8921ecf22e29fa6127b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 8 18:05:23 2020 +0200
gnu: asymptote: Update to 2.66.
* gnu/packages/plotutils.scm (asymptote): Update to 2.66.
---
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 f6881f6..8ddc8eb 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -203,14 +203,14 @@ colors, styles, options and details.")
(define-public asymptote
(package
(name "asymptote")
- (version "2.65")
+ (version "2.66")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
- (base32 "0i4qqlvzz69mhdq6kf689sa9rxfb1cwsg1nx88hryb291hddgqqm"))))
+ (base32 "1l2cv238fjqjkm4gam1aaxri0p3yxfmn067mhixziwybr3g5nq52"))))
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: asymptote: Update to 2.66.,
guix-commits <=