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
|
(define-public asymptote
|
||||||
(package
|
(package
|
||||||
(name "asymptote")
|
(name "asymptote")
|
||||||
(version "2.89")
|
(version "2.90")
|
||||||
(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 "0nvzlnabxjn74ybv3jns9vsr33prlvlg3i20hskz31agxss64kpn"))
|
(base32 "0h3kf0jajn67izpg6h1bi50qrsdslr7mnacp4j7lmx4bh3xmcscc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled RapidJSON.
|
;; Remove bundled RapidJSON.
|
||||||
|
@ -108,7 +108,8 @@ (define-public asymptote
|
||||||
texlive-ocgx2
|
texlive-ocgx2
|
||||||
texlive-parskip
|
texlive-parskip
|
||||||
texlive-pdftexcmds
|
texlive-pdftexcmds
|
||||||
texlive-texinfo))))
|
texlive-texinfo
|
||||||
|
texlive-type1cm))))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
eigen
|
eigen
|
||||||
|
|
Loading…
Reference in a new issue