This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2afc6d8cb5 gnu: asymptote: Update to 3.05.
2afc6d8cb5 is described below
commit 2afc6d8cb56f5c2b612ff304af80079feb6f8a66
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 19 14:35:01 2025 +0200
gnu: asymptote: Update to 3.05.
* gnu/packages/plotutils.scm (asymptote): Update to 3.05.
[native-inputs]: Add texlive-dvisvgm.
Change-Id: I81bcef820221ed04f2ef94a00175f98ca8a43cb7
Signed-off-by: jgart <[email protected]>
---
gnu/packages/plotutils.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 67c3c93410..c05b6d1195 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -68,14 +68,14 @@
(define-public asymptote
(package
(name "asymptote")
- (version "3.01")
+ (version "3.05")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
- (base32 "115hjza0ic2mh3y2qjkvzpsx8cpy0yghklpbv8qhdgznqc5001bs"))
+ (base32 "11wsqvsdn58h8ybd2r5nysr8hfhwz0w4dzzgwib9m1nx7c56vh9m"))
(modules '((guix build utils)))
(snippet
;; Remove bundled RapidJSON.
@@ -99,7 +99,8 @@
rapidjson
texinfo ;for generating documentation
(texlive-local-tree
- (list texlive-epsf
+ (list texlive-dvisvgm
+ texlive-epsf
texlive-etoolbox
texlive-hypdoc
texlive-infwarerr