diff options
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 67c3c93410..be3150b945 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013-2021, 2025 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> @@ -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 @@ -304,6 +305,7 @@ went to university in the 1990s, this is the library for you.") (base32 "1c70cvfvgjh83hj1x21130wb9qfr2rc0x47cxy9kl805yjwy8a9z")) (modules '((guix build utils))) + (patches (search-patches "ploticus-pointer-types.patch")) (snippet ;; Install binaries in the right place. #~(begin |