gnu: r-tinytex: Update to 0.8.

* gnu/packages/cran.scm (r-tinytex): Update to 0.8.
master
Ricardo Wurmus 2018-09-05 19:35:24 +02:00
parent 6f5b157e3d
commit d97d98e142
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2843,14 +2843,14 @@ terminals.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.6")
(version "0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"16y9dldaff2kx1fkm92p7zlph0dcrdmlmavpdgf5y9jbhmc8g83f"))))
"1bgpr5i5399jf9n6pg2mm4aamisbhppg082ad0wv1j4g0rlxf1gy"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))