gnu: r-tinytex: Update to 0.27.

* gnu/packages/cran.scm (r-tinytex): Update to 0.27.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:57:19 +01:00
parent e0c8fc4623
commit d2be197fa5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4947,14 +4947,14 @@ (define-public r-uuid
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.26")
(version "0.27")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"02b0v8ydbfspma3rgsdpkf2cm6jl9qm3l9jsrl0xng482b06bb0q"))))
"10hbc9h1fsw91w5f4fjcaqy68b3n1wr6pml01fnkf3pdjiri5sj0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))