gnu: r-tinytex: Update to 0.38.
* gnu/packages/cran.scm (r-tinytex): Update to 0.38.
This commit is contained in:
parent
87e22a6ee3
commit
4b13e9cedf
1 changed files with 2 additions and 2 deletions
|
@ -6479,14 +6479,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.37")
|
(version "0.38")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1na8g4z1crq0ia9ba17d0qxaif47jij2z3y14xlxjv7x243k6krg"))))
|
"11hww4x4q44xg559gplmjc6hmzmap0w249nnzyw5dy2ys30bbhga"))))
|
||||||
(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