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
|
||||
(package
|
||||
(name "r-tinytex")
|
||||
(version "0.42")
|
||||
(version "0.43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tinytex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c925r62h84mhwd7v5j35ckdldf6cwb3wzczdn5s72hig0cplpr0"))))
|
||||
"01183i6z6jyyqmmxri3xmscn7k6hswi2q7r0b5ix0s7pd1cz57jq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-xfun))
|
||||
|
|
Reference in a new issue