me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytex: Update to 0.25.

* gnu/packages/cran.scm (r-tinytex): Update to 0.25.
master
Ricardo Wurmus 2020-08-12 11:56:47 +02:00
parent 53144c4e59
commit f7968548cd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4539,14 +4539,14 @@ terminals.")
(define-public r-tinytex
(package
(name "r-tinytex")
(version "0.24")
(version "0.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
"0mc9i7r45s5kagcfig508dbyf6jir6q4ghq9cxqvnpxp6ymh4qpr"))))
"0zbhzxxjlkdj9byxyab477p7cnws5y87nyg989lkzarxdc7dglza"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xfun" ,r-xfun)))