gnu: r-tinytex: Update to 0.5.

* gnu/packages/cran.scm (r-tinytex): Update to 0.5.
This commit is contained in:
Ricardo Wurmus 2018-04-21 08:41:42 +02:00
parent 1d310349bb
commit cb9f404187
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2559,14 +2559,14 @@ terminals.")
(define-public r-tinytex (define-public r-tinytex
(package (package
(name "r-tinytex") (name "r-tinytex")
(version "0.3") (version "0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tinytex" version)) (uri (cran-uri "tinytex" version))
(sha256 (sha256
(base32 (base32
"0mhxlr4709mca9jshnah5i7yjyy6k12s933619p7p9c8nbqj39cn")))) "1pg4jfyvandjwz3lmr38pbqi9d045iwkk3xklhsfhhxq6aviq9p7"))))
(build-system r-build-system) (build-system r-build-system)
(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")