1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: r-latex2exp: Update to 0.9.4.

* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.4.
This commit is contained in:
Ricardo Wurmus
2022-03-15 14:28:44 +01:00
parent 5fc38f7ab6
commit bb98e8bbf6
+2 -2
View File
@@ -25566,13 +25566,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.3") (version "0.9.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "latex2exp" version)) (uri (cran-uri "latex2exp" version))
(sha256 (sha256
(base32 (base32
"1r3jab71hl7hqi53cd63r819xlyn2ay6867184gzkxm0m3nhhcnh")))) "0zbbrbgg524lpm733j8qsqk5ssg75c51s6dgzb18c6fk8byrx945"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-stringr r-magrittr)) (list r-stringr r-magrittr))