gnu: r-tinytex: Update to 0.46.
* gnu/packages/cran.scm (r-tinytex): Update to 0.46.
This commit is contained in:
parent
54cfe070e5
commit
cc3c674b89
1 changed files with 2 additions and 2 deletions
|
@ -9594,14 +9594,14 @@ their own grammars and easily expose them in R packages.")
|
||||||
(define-public r-tinytex
|
(define-public r-tinytex
|
||||||
(package
|
(package
|
||||||
(name "r-tinytex")
|
(name "r-tinytex")
|
||||||
(version "0.45")
|
(version "0.46")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b79fvrjifkajspkjga1hmxsj3877xjz0nv8dg581bw0kv8bnbqc"))))
|
"00q21bx3vgsxqdfk372cxdcvfmbza2yplzfhr1hd5mad4f4qx30b"))))
|
||||||
(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