gnu: r-evaluate: Update to 0.20.
* gnu/packages/statistics.scm (r-evaluate): Update to 0.20.
This commit is contained in:
parent
a44daa6226
commit
336f6c4ca9
@ -1430,13 +1430,13 @@ for template use among CRAN packages.")
|
|||||||
(define-public r-evaluate
|
(define-public r-evaluate
|
||||||
(package
|
(package
|
||||||
(name "r-evaluate")
|
(name "r-evaluate")
|
||||||
(version "0.19")
|
(version "0.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "evaluate" version))
|
(uri (cran-uri "evaluate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k36mpb12nvcr5bv3n6591shhr38d6zpfwgj643cgprd8l0kvk39"))))
|
"1w7zi9cvbn3751hprfpb7waia4faqn8xa8q9jrc0nq03avldkx9m"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(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")
|
||||||
|
Loading…
Reference in New Issue
Block a user