diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-08-19 14:35:01 +0200 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-08-19 09:07:30 -0500 |
| commit | 2afc6d8cb56f5c2b612ff304af80079feb6f8a66 (patch) | |
| tree | 60412b290535358972048833f9472f3062879db6 /gnu | |
| parent | 9ccb3691054d47affc1c3ece0dd1f00d7f2f2eaa (diff) | |
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 <jgart@dismail.de>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/plotutils.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 67c3c934108..c05b6d1195d 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -68,14 +68,14 @@ | |||
| 68 | (define-public asymptote | 68 | (define-public asymptote |
| 69 | (package | 69 | (package |
| 70 | (name "asymptote") | 70 | (name "asymptote") |
| 71 | (version "3.01") | 71 | (version "3.05") |
| 72 | (source | 72 | (source |
| 73 | (origin | 73 | (origin |
| 74 | (method url-fetch) | 74 | (method url-fetch) |
| 75 | (uri (string-append "mirror://sourceforge/asymptote/" | 75 | (uri (string-append "mirror://sourceforge/asymptote/" |
| 76 | version "/asymptote-" version ".src.tgz")) | 76 | version "/asymptote-" version ".src.tgz")) |
| 77 | (sha256 | 77 | (sha256 |
| 78 | (base32 "115hjza0ic2mh3y2qjkvzpsx8cpy0yghklpbv8qhdgznqc5001bs")) | 78 | (base32 "11wsqvsdn58h8ybd2r5nysr8hfhwz0w4dzzgwib9m1nx7c56vh9m")) |
| 79 | (modules '((guix build utils))) | 79 | (modules '((guix build utils))) |
| 80 | (snippet | 80 | (snippet |
| 81 | ;; Remove bundled RapidJSON. | 81 | ;; Remove bundled RapidJSON. |
| @@ -99,7 +99,8 @@ | |||
| 99 | rapidjson | 99 | rapidjson |
| 100 | texinfo ;for generating documentation | 100 | texinfo ;for generating documentation |
| 101 | (texlive-local-tree | 101 | (texlive-local-tree |
| 102 | (list texlive-epsf | 102 | (list texlive-dvisvgm |
| 103 | texlive-epsf | ||
| 103 | texlive-etoolbox | 104 | texlive-etoolbox |
| 104 | texlive-hypdoc | 105 | texlive-hypdoc |
| 105 | texlive-infwarerr | 106 | texlive-infwarerr |
