me
/
guix
Archived
1
0
Fork 0

gnu: r-evaluate: Update to 0.19.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.19.
Ricardo Wurmus 2022-12-19 17:07:31 +01:00
parent c9a449ae63
commit cdb7da5f00
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -1430,13 +1430,13 @@ for template use among CRAN packages.")
(define-public r-evaluate
(package
(name "r-evaluate")
(version "0.18")
(version "0.19")
(source (origin
(method url-fetch)
(uri (cran-uri "evaluate" version))
(sha256
(base32
"0dmznan8zajzb5f31yabcgpkinlqczz59i1rg9f6sa5cjzffqkkz"))))
"1k36mpb12nvcr5bv3n6591shhr38d6zpfwgj643cgprd8l0kvk39"))))
(build-system r-build-system)
(home-page "https://github.com/hadley/evaluate")
(synopsis "Parsing and evaluation tools for R")