me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.37.

* gnu/packages/cran.scm (r-tinytex): Update to 0.37.
Ricardo Wurmus 2022-03-12 23:04:23 +01:00
parent 6a18addb0f
commit c68c5e4ff2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6237,14 +6237,14 @@ packages that work with genomic data.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.36")
(version "0.37")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"0y1vfq89yi302cwdcnassm02dk14j9ivk5vf83fp6rb8h6ww3rk5"))))
"1na8g4z1crq0ia9ba17d0qxaif47jij2z3y14xlxjv7x243k6krg"))))
(build-system r-build-system)
(propagated-inputs
(list r-xfun))