gnu: r-tinytex: Update to 0.43.
* gnu/packages/cran.scm (r-tinytex): Update to 0.43.
This commit is contained in:
parent
bb7051b549
commit
17adace60b
1 changed files with 2 additions and 2 deletions
|
@ -7835,14 +7835,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.42")
|
(version "0.43")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c925r62h84mhwd7v5j35ckdldf6cwb3wzczdn5s72hig0cplpr0"))))
|
"01183i6z6jyyqmmxri3xmscn7k6hswi2q7r0b5ix0s7pd1cz57jq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-xfun))
|
(list r-xfun))
|
||||||
|
|
Reference in a new issue