gnu: r-latex2exp: Update to 0.9.5.
* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.5.
This commit is contained in:
parent
47a07d6c36
commit
da4342ff53
1 changed files with 2 additions and 2 deletions
|
|
@ -27064,13 +27064,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.4")
|
(version "0.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "latex2exp" version))
|
(uri (cran-uri "latex2exp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zbbrbgg524lpm733j8qsqk5ssg75c51s6dgzb18c6fk8byrx945"))))
|
"153br3xflvnnxqhkhm1wgwb2664bw08alhslgdcgjdk73clafhla"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-stringr r-magrittr))
|
(list r-stringr r-magrittr))
|
||||||
|
|
|
||||||
Reference in a new issue