me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.42.

* gnu/packages/cran.scm (r-tinytex): Update to 0.42.
master
Ricardo Wurmus 2022-11-04 08:23:23 +01:00
parent 669d3a7570
commit 1979a1e557
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7323,14 +7323,14 @@ packages that work with genomic data.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.41")
(version "0.42")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"1fhnh53fg8l4qyignvgz0nk5nqmljyykn8gpvq82nr7c051rfqaz"))))
"1c925r62h84mhwd7v5j35ckdldf6cwb3wzczdn5s72hig0cplpr0"))))
(build-system r-build-system)
(propagated-inputs
(list r-xfun))