gnu: r-evaluate: Update to 0.12.
* gnu/packages/statistics.scm (r-evaluate): Update to 0.12. [propagated-inputs]: Remove r-stringr.
This commit is contained in:
parent
60aac7ec16
commit
aa99568639
|
@ -1249,16 +1249,14 @@ for template use among CRAN packages.")
|
||||||
(define-public r-evaluate
|
(define-public r-evaluate
|
||||||
(package
|
(package
|
||||||
(name "r-evaluate")
|
(name "r-evaluate")
|
||||||
(version "0.11")
|
(version "0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "evaluate" version))
|
(uri (cran-uri "evaluate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k8vcd4vsgg0hf7kdz8rlqp1dx4ygvg35aj4n3ay50kdnpzhaj5h"))))
|
"11rpn40153kcvqqrfhg2ldqfs68frg6yzsl0k3rxnlnv4c0v008g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
|
||||||
`(("r-stringr" ,r-stringr)))
|
|
||||||
(home-page "https://github.com/hadley/evaluate")
|
(home-page "https://github.com/hadley/evaluate")
|
||||||
(synopsis "Parsing and evaluation tools for R")
|
(synopsis "Parsing and evaluation tools for R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue