gnu: r-performance: Update to 0.9.2.

* gnu/packages/cran.scm (r-performance): Update to 0.9.2.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:00 +02:00
parent 12aba62c33
commit 523f82ffd0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -13072,14 +13072,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"0xiqy9z070v5xzf2iq4x01licabhkygji5x6qfy7l08n43z4agny"))))
"0fdszf1dngqlbwcp7ynfdkzjgg0lang4d3b53ygjwsq7ph20xsw6"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))