me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.36.

* gnu/packages/cran.scm (r-tinytex): Update to 0.36.
master
Ricardo Wurmus 2022-01-05 19:34:16 +01:00
parent 566ad34e97
commit 2caa553d19
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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