gnu: r-tinytex: Update to 0.10.

* gnu/packages/cran.scm (r-tinytex): Update to 0.10.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:49:32 +01:00
parent fc00a1f0fc
commit 7e9e9c9c46
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3583,14 +3583,14 @@ terminals.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.9")
(version "0.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"08w5hyq3ysh631d5whgcfv1bb007cdc0bjhb83vwmhazs6rgvyjy"))))
"02bz8zaka5j51zin976n5nmk19a0390d0gwgj4zrbh48hl313rqm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))