diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-02-11 00:54:04 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-02-11 01:03:24 +0100 |
commit | 4585cbcbeb3e020c53cd4374a1fe08a68203f811 (patch) | |
tree | b2a92f23149218bab6a1a4a8083af0ce263b6737 | |
parent | 56b4c4e65ea67ce5f8fba1940fc67447df66ea90 (diff) | |
download | guix-4585cbcbeb3e020c53cd4374a1fe08a68203f811.tar.gz |
gnu: r-performance: Update to 0.7.0.
* gnu/packages/cran.scm (r-performance): Update to 0.7.0.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1f39cc6e4c..8e3f6440ce 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10066,14 +10066,14 @@ ROPE percentage and pd).") (define-public r-performance (package (name "r-performance") - (version "0.6.1") + (version "0.7.0") (source (origin (method url-fetch) (uri (cran-uri "performance" version)) (sha256 (base32 - "0wz2zc98r99pg6r4l09qxxzv1fwxwp1md6wmhay401568kd8h5zn")))) + "1z45vy8gg77c2imcspwqf94anzi6c40wwbq0h7hg6zy76jsgvbyj")))) (build-system r-build-system) (propagated-inputs `(("r-bayestestr" ,r-bayestestr) |