Archived
1
0
Fork 0

gnu: r-performance: Update to 0.10.2.

* gnu/packages/cran.scm (r-performance): Update to 0.10.2.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:29 +01:00
parent c3d612127b
commit 1584fbcf9e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14188,14 +14188,14 @@ ROPE percentage and pd).")
(define-public r-performance (define-public r-performance
(package (package
(name "r-performance") (name "r-performance")
(version "0.10.1") (version "0.10.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "performance" version)) (uri (cran-uri "performance" version))
(sha256 (sha256
(base32 (base32
"1m2zzznfbla8qdm0kxbj5vp431kpygpi4d70042hkg1ly3fyg7pz")))) "0r9x5pqf1asf0sy0255jv0d4cki4xd5sfp5rl9mldclykpswf022"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-bayestestr r-datawizard r-insight)) (list r-bayestestr r-datawizard r-insight))