gnu: r-tinytex: Update to 0.6.

* gnu/packages/cran.scm (r-tinytex): Update to 0.6.
[propagated-inputs]: Add r-xfun.
master
Tobias Geerinckx-Rice 2018-08-20 16:29:30 +02:00
parent 2045af8035
commit 8b0701d97a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 2 deletions

View File

@ -2712,15 +2712,17 @@ terminals.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.5")
(version "0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"1pg4jfyvandjwz3lmr38pbqi9d045iwkk3xklhsfhhxq6aviq9p7"))))
"16y9dldaff2kx1fkm92p7zlph0dcrdmlmavpdgf5y9jbhmc8g83f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))
(home-page "https://github.com/yihui/tinytex")
(synopsis "Helper functions for TeX Live and compiling LaTeX documents")
(description