gnu: r-tinytex: Update to 0.39.
* gnu/packages/cran.scm (r-tinytex): Update to 0.39.master
parent
fb302963e4
commit
29e58b9278
|
@ -6667,14 +6667,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.38")
|
(version "0.39")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11hww4x4q44xg559gplmjc6hmzmap0w249nnzyw5dy2ys30bbhga"))))
|
"1v95pjxdq0ma90jji5yqh8ihlcf35cmrqx9v0z649zh0q9vrnbpj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-xfun))
|
(list r-xfun))
|
||||||
|
|
Reference in New Issue