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

View file

@ -1448,13 +1448,13 @@ (define-public r-bh
(define-public r-evaluate (define-public r-evaluate
(package (package
(name "r-evaluate") (name "r-evaluate")
(version "0.22") (version "0.23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "evaluate" version)) (uri (cran-uri "evaluate" version))
(sha256 (sha256
(base32 (base32
"0sz4zimz4brbd9sawdazfgipkmfzzdmdq01b5m8pnrql5xrxhiwh")))) "0p540jl6sixpgk08cp2h9470d28p7n66pfafiskvz3rba0vrrky9"))))
(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")