1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +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

View File

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