me
/
guix
Archived
1
0
Fork 0

gnu: r-latex2exp: Update to 0.9.3.

* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.3.
Ricardo Wurmus 2022-03-12 23:04:32 +01:00
parent a6bccab948
commit 734c6d3c48
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25560,13 +25560,13 @@ appropriate dog and cat images for many status codes.")
(define-public r-latex2exp (define-public r-latex2exp
(package (package
(name "r-latex2exp") (name "r-latex2exp")
(version "0.9.0") (version "0.9.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "latex2exp" version)) (uri (cran-uri "latex2exp" version))
(sha256 (sha256
(base32 (base32
"0hfixybyds1jxhyiy3p6256z0fxzc65r654jhc62q9cd3v86a5z6")))) "1r3jab71hl7hqi53cd63r819xlyn2ay6867184gzkxm0m3nhhcnh"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-stringr r-magrittr)) (list r-stringr r-magrittr))