[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: asymptote: Update to 2.91.
From: |
guix-commits |
Subject: |
branch master updated: gnu: asymptote: Update to 2.91. |
Date: |
Mon, 26 Aug 2024 04:50:47 -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 6d81f2a4ad gnu: asymptote: Update to 2.91.
6d81f2a4ad is described below
commit 6d81f2a4ade07158fbadd560722cc386007caf68
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 26 10:50:26 2024 +0200
gnu: asymptote: Update to 2.91.
* gnu/packages/plotutils.scm (asymptote): Update to 2.91.
Change-Id: I141ad25c47f0d24c917c5cd3d4efab32665b53ce
---
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 59901caa47..0fd75b328a 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -67,14 +67,14 @@
(define-public asymptote
(package
(name "asymptote")
- (version "2.90")
+ (version "2.91")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
- (base32 "0h3kf0jajn67izpg6h1bi50qrsdslr7mnacp4j7lmx4bh3xmcscc"))
+ (base32 "0562lfkh9i9zkqyizl6qzggrxhylnihi30lwadkbggplrdgb48za"))
(modules '((guix build utils)))
(snippet
;; Remove bundled RapidJSON.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: asymptote: Update to 2.91.,
guix-commits <=