diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:35 +0100 |
commit | 1584fbcf9e0c246b0b3920e551c93e604e0cdc0b (patch) | |
tree | 1f6e27ab0e2b3b1e9582b38a7b341ef57bb6e4f1 /gnu | |
parent | c3d612127b205d07d206ef9c6ad20559e6846374 (diff) |
gnu: r-performance: Update to 0.10.2.
* gnu/packages/cran.scm (r-performance): Update to 0.10.2.
Diffstat (limited to 'gnu')
-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 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)) |