mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-tinytex: Update to 0.51.
* gnu/packages/cran.scm (r-tinytex): Update to 0.51. Change-Id: Ia99bf297807fff8aaf5e3e7ec7eafe96b541dec2
This commit is contained in:
parent
ad7d89daef
commit
8849663588
1 changed files with 2 additions and 2 deletions
|
@ -10973,14 +10973,14 @@ (define-public r-tinylabels
|
|||
(define-public r-tinytex
|
||||
(package
|
||||
(name "r-tinytex")
|
||||
(version "0.50")
|
||||
(version "0.51")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tinytex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11k0pl073b4k4wmpxkw4a071jbpvhr1g3cwm9v99rw3gh6p6x15l"))))
|
||||
"1sn8fkmz01x0igsh7ynkqsl5h50ccl4xf8025a87i3mmni8kn4dv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-xfun))
|
||||
|
|
Loading…
Reference in a new issue