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
1 changed files with 2 additions and 4 deletions
|
@ -1249,16 +1249,14 @@ (define-public r-bh
|
|||
(define-public r-evaluate
|
||||
(package
|
||||
(name "r-evaluate")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "evaluate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k8vcd4vsgg0hf7kdz8rlqp1dx4ygvg35aj4n3ay50kdnpzhaj5h"))))
|
||||
"11rpn40153kcvqqrfhg2ldqfs68frg6yzsl0k3rxnlnv4c0v008g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-stringr" ,r-stringr)))
|
||||
(home-page "https://github.com/hadley/evaluate")
|
||||
(synopsis "Parsing and evaluation tools for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue