diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 21:41:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 22:05:30 +0100 |
commit | 2d89c723aba05e76c8863b779510dd0dc34935d7 (patch) | |
tree | 6d8c75361c3459b1df8a871c87e2552d6f2eda48 | |
parent | b5b344fb2684261264dd20cb20b1a2eeb2359788 (diff) |
gnu: r-dicedesign: Update to 1.9.
* gnu/packages/cran.scm (r-dicedesign): Update to 1.9.
-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 16b9a89235..a0d3e89e23 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25646,14 +25646,14 @@ different types of resampling objects (e.g. bootstrap, cross-validation).") (define-public r-dicedesign (package (name "r-dicedesign") - (version "1.8-1") + (version "1.9") (source (origin (method url-fetch) (uri (cran-uri "DiceDesign" version)) (sha256 (base32 - "11s1m543kxd6gv4amh8z6pph1n67sj9sfwm6hjy83wfs65syf5vp")))) + "1a8ixa65xgyfri03cviic8qi2plbhdyz8m02bwif8w94w0q3ghlk")))) (properties `((upstream-name . "DiceDesign"))) (build-system r-build-system) (home-page "http://dice.emse.fr/") |