Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.38.

* gnu/packages/cran.scm (r-tinytex): Update to 0.38.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:07 +02:00
parent 87e22a6ee3
commit 4b13e9cedf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6479,14 +6479,14 @@ packages that work with genomic data.")
(define-public r-tinytex (define-public r-tinytex
(package (package
(name "r-tinytex") (name "r-tinytex")
(version "0.37") (version "0.38")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tinytex" version)) (uri (cran-uri "tinytex" version))
(sha256 (sha256
(base32 (base32
"1na8g4z1crq0ia9ba17d0qxaif47jij2z3y14xlxjv7x243k6krg")))) "11hww4x4q44xg559gplmjc6hmzmap0w249nnzyw5dy2ys30bbhga"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-xfun)) (list r-xfun))