mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-tinytex: Update to 0.47.
* gnu/packages/cran.scm (r-tinytex): Update to 0.47.
This commit is contained in:
parent
df888839a1
commit
42f5162f60
1 changed files with 2 additions and 2 deletions
|
@ -9656,14 +9656,14 @@ their own grammars and easily expose them in R packages.")
|
|||
(define-public r-tinytex
|
||||
(package
|
||||
(name "r-tinytex")
|
||||
(version "0.46")
|
||||
(version "0.47")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tinytex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00q21bx3vgsxqdfk372cxdcvfmbza2yplzfhr1hd5mad4f4qx30b"))))
|
||||
"1py5i4h2vpicl79ypxw061p9byxvj703z1rh8l2shfpq7wqwhxbr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-xfun))
|
||||
|
|
Loading…
Add table
Reference in a new issue