rekado pushed a commit to branch master
in repository guix.
commit d423381e7775f07e8777c42aa8f9c46ec9d8d5d5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:42:20 2020 +0100
gnu: r-performance: Update to 0.5.1.
* gnu/packages/cran.scm (r-performance): Update to 0.5.1.
---
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 3e08f12..78e9d6d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9308,14 +9308,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
- (version "0.5.0")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
- "01csmn52d6rhlmcj7gi6ckc6v6a8pymnrpx9l729h13igxsnaf28"))))
+ "1vkc87vbhw7l626pdnpiravnpsa5j0iv73lbwy3m309lnfvv0cqx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)