me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.18.

* gnu/packages/cran.scm (r-tinytex): Update to 0.18.
master
Ricardo Wurmus 2019-12-15 15:50:07 +01:00
parent c79e80f81b
commit a8e8a10a76
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4132,14 +4132,14 @@ terminals.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.17")
(version "0.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"0mgxrbj4gam2gvxfk26nq820vsfjggj81m2l7j9m8vp361k15r0w"))))
"04mpbhadixbxmnazj0q6cj973cajchscvyh1k6a5b3qk26dp5krr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))