mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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 @@ (define-public r-httpcode
|
|||
(define-public r-latex2exp
|
||||
(package
|
||||
(name "r-latex2exp")
|
||||
(version "0.9.4")
|
||||
(version "0.9.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "latex2exp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zbbrbgg524lpm733j8qsqk5ssg75c51s6dgzb18c6fk8byrx945"))))
|
||||
"153br3xflvnnxqhkhm1wgwb2664bw08alhslgdcgjdk73clafhla"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-stringr r-magrittr))
|
||||
|
|
Loading…
Reference in a new issue