gnu: r-tinytex: Update to 0.6.
* gnu/packages/cran.scm (r-tinytex): Update to 0.6. [propagated-inputs]: Add r-xfun.
This commit is contained in:
parent
2045af8035
commit
8b0701d97a
|
@ -2712,15 +2712,17 @@ terminals.")
|
||||||
(define-public r-tinytex
|
(define-public r-tinytex
|
||||||
(package
|
(package
|
||||||
(name "r-tinytex")
|
(name "r-tinytex")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pg4jfyvandjwz3lmr38pbqi9d045iwkk3xklhsfhhxq6aviq9p7"))))
|
"16y9dldaff2kx1fkm92p7zlph0dcrdmlmavpdgf5y9jbhmc8g83f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-xfun" ,r-xfun)))
|
||||||
(home-page "https://github.com/yihui/tinytex")
|
(home-page "https://github.com/yihui/tinytex")
|
||||||
(synopsis "Helper functions for TeX Live and compiling LaTeX documents")
|
(synopsis "Helper functions for TeX Live and compiling LaTeX documents")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue