gnu: r-tinytex: Update to 0.35.
* gnu/packages/cran.scm (r-tinytex): Update to 0.35.
This commit is contained in:
parent
d3e10827f8
commit
14b8316e73
1 changed files with 2 additions and 2 deletions
|
@ -6073,14 +6073,14 @@ packages that work with genomic data.")
|
||||||
(define-public r-tinytex
|
(define-public r-tinytex
|
||||||
(package
|
(package
|
||||||
(name "r-tinytex")
|
(name "r-tinytex")
|
||||||
(version "0.34")
|
(version "0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16z6v06pmvg02rbxkqyiidasg1dryy759zabnqjw6y85nybr618x"))))
|
"04ng34kfds2isz4j9ch1xlii0dfclqay9fsc6wvr6sfifzv9fqyk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-xfun" ,r-xfun)))
|
`(("r-xfun" ,r-xfun)))
|
||||||
|
|
Reference in a new issue