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 (define-public r-tinytex
(package (package
(name "r-tinytex") (name "r-tinytex")
(version "0.28") (version "0.29")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tinytex" version)) (uri (cran-uri "tinytex" version))
(sha256 (sha256
(base32 (base32
"11pa1q7gl17ala74lz10qbghk2yqanl9pylwvi9b4kmhx856b83n")))) "0my1412vn5zri01w2myzn268lfwinbhfgdj4bbcib3s48i9djw0n"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-xfun" ,r-xfun))) `(("r-xfun" ,r-xfun)))