me
/
guix
Archived
1
0
Fork 0

gnu: asymptote: Update to 2.90.

* gnu/packages/plotutils.scm (asymptote): Update to 2.90.
[native-inputs]: Add TEXLIVE-TYPE1CM.

Change-Id: I319553c33e004e94474ac2505de5b3b5a01ffd9a
master
Nicolas Goaziou 2024-06-29 18:37:42 +02:00
parent ea4c1463cf
commit 809f815cf6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 3 deletions

View File

@ -67,14 +67,14 @@
(define-public asymptote
(package
(name "asymptote")
(version "2.89")
(version "2.90")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
(base32 "0nvzlnabxjn74ybv3jns9vsr33prlvlg3i20hskz31agxss64kpn"))
(base32 "0h3kf0jajn67izpg6h1bi50qrsdslr7mnacp4j7lmx4bh3xmcscc"))
(modules '((guix build utils)))
(snippet
;; Remove bundled RapidJSON.
@ -108,7 +108,8 @@
texlive-ocgx2
texlive-parskip
texlive-pdftexcmds
texlive-texinfo))))
texlive-texinfo
texlive-type1cm))))
(inputs
(list bash-minimal
eigen