mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-tinytex: Update to 0.48.
* gnu/packages/cran.scm (r-tinytex): Update to 0.48. Change-Id: I63ea98fb628576c8ad6625c86020265006ca37b0
This commit is contained in:
parent
20a3758c5c
commit
231d30a7c5
1 changed files with 2 additions and 2 deletions
|
@ -9755,14 +9755,14 @@ their own grammars and easily expose them in R packages.")
|
|||
(define-public r-tinytex
|
||||
(package
|
||||
(name "r-tinytex")
|
||||
(version "0.47")
|
||||
(version "0.48")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tinytex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1py5i4h2vpicl79ypxw061p9byxvj703z1rh8l2shfpq7wqwhxbr"))))
|
||||
"15bnb4fxdzapgj9ws3rfbcxwdzwbq8h5yy4d1db0m9c1lygrh2qx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-xfun))
|
||||
|
|
Loading…
Add table
Reference in a new issue