gnu: r-evaluate: Update to 0.23.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.23.

Change-Id: Ic174acc4efe7fa052cb1edaf9fd48410ee1ee00a
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:40 +01:00
parent a937f15403
commit 887331d1e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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