gnu: asymptote: Update to 2.91.

* gnu/packages/plotutils.scm (asymptote): Update to 2.91.

Change-Id: I141ad25c47f0d24c917c5cd3d4efab32665b53ce
This commit is contained in:
Nicolas Goaziou 2024-08-26 10:50:26 +02:00
parent 9e57f3bcd4
commit 6d81f2a4ad
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -67,14 +67,14 @@
(define-public asymptote (define-public asymptote
(package (package
(name "asymptote") (name "asymptote")
(version "2.90") (version "2.91")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/" (uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz")) version "/asymptote-" version ".src.tgz"))
(sha256 (sha256
(base32 "0h3kf0jajn67izpg6h1bi50qrsdslr7mnacp4j7lmx4bh3xmcscc")) (base32 "0562lfkh9i9zkqyizl6qzggrxhylnihi30lwadkbggplrdgb48za"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled RapidJSON. ;; Remove bundled RapidJSON.