1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: r-performance: Update to 0.10.0.

* gnu/packages/cran.scm (r-performance): Update to 0.10.0.
This commit is contained in:
Ricardo Wurmus
2022-11-04 08:23:33 +01:00
parent c3d31869bb
commit 213bea02bf
+2 -2
View File
@@ -13193,14 +13193,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.9.2")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"0fdszf1dngqlbwcp7ynfdkzjgg0lang4d3b53ygjwsq7ph20xsw6"))))
"15yx75y17h3l1v7jpp8zbygy64lz7kds5yrgd7wrzw56564d2rhb"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))