diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-16 16:01:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:17:16 +0200 |
commit | d059a01e32467e7e44c7007651a09dd9e90e02cf (patch) | |
tree | e1872eba4f171e9e6c49d921afda7cbc6883134b /gnu | |
parent | 500aba888462269869d14ccab91da3c3d250bdd1 (diff) | |
download | patches-d059a01e32467e7e44c7007651a09dd9e90e02cf.tar patches-d059a01e32467e7e44c7007651a09dd9e90e02cf.tar.gz |
gnu: r-rcppprogress: Update to 0.4.1.
* gnu/packages/statistics.scm (r-rcppprogress): Update to 0.4.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index ed3e262548..8e8bff54c4 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -5199,14 +5199,14 @@ classification and regression models.") (define-public r-rcppprogress (package (name "r-rcppprogress") - (version "0.4") + (version "0.4.1") (source (origin (method url-fetch) (uri (cran-uri "RcppProgress" version)) (sha256 (base32 - "09ayw6d69i0lplmaj5md25p5hn1nmiyp6a4sh60v93nrrs1cq7iv")))) + "0yk01hfv961zyp569682k9igvhnwqyg5j0n5fm63sxigj82l2xhi")))) (properties `((upstream-name . "RcppProgress"))) (build-system r-build-system) (propagated-inputs |