diff options
author | Paul A. Patience <paul@apatience.com> | 2022-07-14 20:43:30 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-07-15 09:44:48 +0100 |
commit | 37c53cb1e87d4c5bd9222ce9a4a951cb19e6e6e1 (patch) | |
tree | 7ba8aee14878c997f9d026fde585585e05e47671 /gnu/packages/plotutils.scm | |
parent | 3bc9c7ecb03fe4811608b9121c9a885b1c062f79 (diff) |
gnu: asymptote: Update to 2.81.
* gnu/packages/plotutils.scm (asymptote): Update to 2.81.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 569e44a958..56d3c4e282 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.80") + (version "2.81") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/asymptote/" version "/asymptote-" version ".src.tgz")) (sha256 - (base32 "0mhpvsjgw8av5rgkqlb0m8njc4fsfw5ddlx5121iyn29vjbx0rk2")) + (base32 "0wq0xnkxb8rsphmgls5f38ll61j8i0plh7cr1n0kldvpr14bm3kn")) (modules '((guix build utils))) (snippet ;; Remove bundled RapidJSON. |