me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.35.

* gnu/packages/cran.scm (r-tinytex): Update to 0.35.
master
Ricardo Wurmus 2021-11-23 15:23:11 +01:00
parent d3e10827f8
commit 14b8316e73
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6073,14 +6073,14 @@ packages that work with genomic data.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.34")
(version "0.35")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"16z6v06pmvg02rbxkqyiidasg1dryy759zabnqjw6y85nybr618x"))))
"04ng34kfds2isz4j9ch1xlii0dfclqay9fsc6wvr6sfifzv9fqyk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))