me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.39.

* gnu/packages/cran.scm (r-tinytex): Update to 0.39.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6667,14 +6667,14 @@ packages that work with genomic data.")
(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))