mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-tinytex: Update to 0.26.
* gnu/packages/cran.scm (r-tinytex): Update to 0.26.
This commit is contained in:
parent
5f777b5ff2
commit
4cd4cf0925
1 changed files with 2 additions and 2 deletions
|
@ -4710,14 +4710,14 @@ (define-public r-uuid
|
||||||
(define-public r-tinytex
|
(define-public r-tinytex
|
||||||
(package
|
(package
|
||||||
(name "r-tinytex")
|
(name "r-tinytex")
|
||||||
(version "0.25")
|
(version "0.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tinytex" version))
|
(uri (cran-uri "tinytex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zbhzxxjlkdj9byxyab477p7cnws5y87nyg989lkzarxdc7dglza"))))
|
"02b0v8ydbfspma3rgsdpkf2cm6jl9qm3l9jsrl0xng482b06bb0q"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-xfun" ,r-xfun)))
|
`(("r-xfun" ,r-xfun)))
|
||||||
|
|
Loading…
Reference in a new issue