guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/55: gnu: r-permute: Update to 0.9-4.


From: Ricardo Wurmus
Subject: 19/55: gnu: r-permute: Update to 0.9-4.
Date: Mon, 12 Sep 2016 15:45:01 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 8b2f96e73a7fe65b82f048c5a536a5116756a82c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 15:17:09 2016 +0200

    gnu: r-permute: Update to 0.9-4.
    
    * gnu/packages/statistics.scm (r-permute): Update to 0.9-4.
---
 gnu/packages/statistics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ae1fd9f..3985d0c 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]