gnu: r-tinytex: Update to 0.39.

* gnu/packages/cran.scm (r-tinytex): Update to 0.39.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:18 +02:00
parent fb302963e4
commit 29e58b9278
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6667,14 +6667,14 @@ (define-public r-uuid
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.38")
(version "0.39")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"11hww4x4q44xg559gplmjc6hmzmap0w249nnzyw5dy2ys30bbhga"))))
"1v95pjxdq0ma90jji5yqh8ihlcf35cmrqx9v0z649zh0q9vrnbpj"))))
(build-system r-build-system)
(propagated-inputs
(list r-xfun))