gnu: r-tinytex: Update to 0.45.

* gnu/packages/cran.scm (r-tinytex): Update to 0.45.
This commit is contained in:
Ricardo Wurmus 2023-04-29 20:08:37 +02:00
parent f471eb86c3
commit 20d775f622
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -8953,14 +8953,14 @@ their own grammars and easily expose them in R packages.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.44")
(version "0.45")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"03k26cm5chlysmi416zd506asv0gbmxs5i0j1fc0ygsrfh94r8dg"))))
"0b79fvrjifkajspkjga1hmxsj3877xjz0nv8dg581bw0kv8bnbqc"))))
(build-system r-build-system)
(propagated-inputs
(list r-xfun))