rekado pushed a commit to branch master
in repository guix.
commit 1584fbcf9e0c246b0b3920e551c93e604e0cdc0b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:29 2023 +0100
gnu: r-performance: Update to 0.10.2.
* gnu/packages/cran.scm (r-performance): Update to 0.10.2.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4d61137121..4e95a5b5ee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14188,14 +14188,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
- (version "0.10.1")
+ (version "0.10.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
- "1m2zzznfbla8qdm0kxbj5vp431kpygpi4d70042hkg1ly3fyg7pz"))))
+ "0r9x5pqf1asf0sy0255jv0d4cki4xd5sfp5rl9mldclykpswf022"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))