diff options
author | Nicolas Goaziou <[email protected]> | 2024-04-06 14:54:59 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-04-06 16:49:05 +0200 |
commit | 88bfeb5d0ed37f5d859be5d9351f4a62c2296694 (patch) | |
tree | 754fd01ec399d35e40be7f527d645e13232f18b0 /gnu | |
parent | ad366e5423b7a45330a401967c585f5491dc15d0 (diff) |
gnu: asymptote: Update to 2.89.
* gnu/packages/plotutils.scm (asymptote): Update to 2.89.
Change-Id: I9ef6e0f3a873dce87ec0f1937816cdaad3a504a6
Diffstat (limited to 'gnu')
-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 ed7f4abbb0..89c99a8881 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -276,14 +276,14 @@ colors, styles, options and details.") (define-public asymptote (package (name "asymptote") - (version "2.88") + (version "2.89") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/asymptote/" version "/asymptote-" version ".src.tgz")) (sha256 - (base32 "1fzm58md2kc32sj19bksnd8yzkg47z5pblkxp28r7vm67xs1mrqd")) + (base32 "0nvzlnabxjn74ybv3jns9vsr33prlvlg3i20hskz31agxss64kpn")) (modules '((guix build utils))) (snippet ;; Remove bundled RapidJSON. |