Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.19.

* gnu/packages/cran.scm (r-tinytex): Update to 0.19.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:41:48 +01:00
parent b468f073fa
commit b3f02e1af5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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