me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.48.

* gnu/packages/cran.scm (r-tinytex): Update to 0.48.

Change-Id: I63ea98fb628576c8ad6625c86020265006ca37b0
Ricardo Wurmus 2023-10-25 16:57:36 +02:00
parent 20a3758c5c
commit 231d30a7c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))