[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: asymptote: Update to 2.79.
From: |
guix-commits |
Subject: |
branch master updated: gnu: asymptote: Update to 2.79. |
Date: |
Wed, 09 Mar 2022 09:28:47 -0500 |
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 57aeaba02e gnu: asymptote: Update to 2.79.
57aeaba02e is described below
commit 57aeaba02e855b8cfc02b9d317da7ab0e97f797e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 9 15:28:27 2022 +0100
gnu: asymptote: Update to 2.79.
* gnu/packages/plotutils.scm (asymptote): Update to 2.79.
---
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 d74b7afca2..4adb05f722 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.78")
+ (version "2.79")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
- (base32 "1kmx21nb7pn7z9prb684wrig5pn46w82hd31dj74nz4amqwz60mg"))
+ (base32 "060gy2h1wa3ivjn51g21g7vh79jn74zbkz5ha5pq45bxqn4xs5cs"))
(modules '((guix build utils)))
(snippet
;; Remove bundled RapidJSON.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: asymptote: Update to 2.79.,
guix-commits <=