Archived
1
0
Fork 0

gnu: r-performance: Update to 0.9.1.

* gnu/packages/cran.scm (r-performance): Update to 0.9.1.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:30:00 +02:00
parent dbdb2c549d
commit e1235cebb1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12447,14 +12447,14 @@ ROPE percentage and pd).")
(define-public r-performance (define-public r-performance
(package (package
(name "r-performance") (name "r-performance")
(version "0.9.0") (version "0.9.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "performance" version)) (uri (cran-uri "performance" version))
(sha256 (sha256
(base32 (base32
"1znr4i1pjv6z3lj6qrma2i3l94rz1z29w92mrxxfy3ch0s71crww")))) "0xiqy9z070v5xzf2iq4x01licabhkygji5x6qfy7l08n43z4agny"))))
(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))