gnu: r-tinytex: Update to 0.9.

* gnu/packages/cran.scm (r-tinytex): Update to 0.9.
This commit is contained in:
Ricardo Wurmus 2018-10-30 07:51:21 +01:00
parent a8de3090d8
commit dda4ce560f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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