me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.29.

* gnu/packages/cran.scm (r-tinytex): Update to 0.29.
master
Ricardo Wurmus 2021-02-11 00:53:14 +01:00
parent a46f2ab5ac
commit 254227b448
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5108,14 +5108,14 @@ terminals.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.28")
(version "0.29")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"11pa1q7gl17ala74lz10qbghk2yqanl9pylwvi9b4kmhx856b83n"))))
"0my1412vn5zri01w2myzn268lfwinbhfgdj4bbcib3s48i9djw0n"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))