diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 15:17:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 17:44:43 +0200 |
commit | 8b2f96e73a7fe65b82f048c5a536a5116756a82c (patch) | |
tree | 96f30fe04ea500e0c55a07cfb3546bcb046f43ef /gnu | |
parent | 21f45c9d9ecf77f2356798663219a33ebafafd27 (diff) | |
download | guix-8b2f96e73a7fe65b82f048c5a536a5116756a82c.tar.gz |
gnu: r-permute: Update to 0.9-4.
* gnu/packages/statistics.scm (r-permute): Update to 0.9-4.
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 ae1fd9f593..3985d0ce49 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -404,14 +404,14 @@ distributions beyond the exponential family.") (define-public r-permute (package (name "r-permute") - (version "0.9-0") + (version "0.9-4") (source (origin (method url-fetch) (uri (cran-uri "permute" version)) (sha256 (base32 - "0w68cqw6s4pixix8bh1qzsy1pm64jqh1cjznw74h82ygp8sj7p73")))) + "1w8wzk1fg9q7wvisnfp2js70dg0m9wi12gkdhpyngpbdcgssahd5")))) (build-system r-build-system) ;; Tests do not run correctly, but running them properly would entail a ;; circular dependency with vegan. |