gnu: r-evaluate: Update to 0.17.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.17.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:03 +01:00
parent a912b6773b
commit f60cb8f40d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1428,13 +1428,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.16") (version "0.17")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "evaluate" version)) (uri (cran-uri "evaluate" version))
(sha256 (sha256
(base32 (base32
"009861l805z4c10cz0pyym5qd2b2wsiignjkz74vl25718k0mz0h")))) "0qx9dgwcz0xmf4k8hy45p50dhb3nldhmhmg5y0d92rxr9k4l7is9"))))
(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")