mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: r-tinytex: Update to 0.30.
* gnu/packages/cran.scm (r-tinytex): Update to 0.30.
This commit is contained in:
parent
bd1ff10ea0
commit
1774703383
1 changed files with 2 additions and 2 deletions
|
@ -5429,14 +5429,14 @@ (define-public r-uuid
|
|||
(define-public r-tinytex
|
||||
(package
|
||||
(name "r-tinytex")
|
||||
(version "0.29")
|
||||
(version "0.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tinytex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0my1412vn5zri01w2myzn268lfwinbhfgdj4bbcib3s48i9djw0n"))))
|
||||
"0dk6mpszwh1m65b0wfwjlcvpzywmasf6p31niqiq53wnd92my0gw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-xfun" ,r-xfun)))
|
||||
|
|
Loading…
Reference in a new issue