mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: asymptote: Update to 2.90.
* gnu/packages/plotutils.scm (asymptote): Update to 2.90. [native-inputs]: Add TEXLIVE-TYPE1CM. Change-Id: I319553c33e004e94474ac2505de5b3b5a01ffd9a
This commit is contained in:
parent
ea4c1463cf
commit
809f815cf6
1 changed files with 4 additions and 3 deletions
|
@ -67,14 +67,14 @@ (define-module (gnu packages plotutils)
|
|||
(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 @@ (define-public asymptote
|
|||
texlive-ocgx2
|
||||
texlive-parskip
|
||||
texlive-pdftexcmds
|
||||
texlive-texinfo))))
|
||||
texlive-texinfo
|
||||
texlive-type1cm))))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
eigen
|
||||
|
|
Loading…
Reference in a new issue