guix-commits
[Top][All Lists]
Advanced

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

26/35: gnu: r-fastcluster: Update to 1.1.22.


From: Ricardo Wurmus
Subject: 26/35: gnu: r-fastcluster: Update to 1.1.22.
Date: Thu, 29 Dec 2016 20:49:26 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 53941eb7a5bed267e8b3a3e43ebe490610d232c5
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 20:58:00 2016 +0100

    gnu: r-fastcluster: Update to 1.1.22.
    
    * gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.22.
---
 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 fa5530d..223bebc 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3571,14 +3571,14 @@ routines.")
 (define-public r-fastcluster
   (package
     (name "r-fastcluster")
-    (version "1.1.20")
+    (version "1.1.22")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fastcluster" version))
        (sha256
         (base32
-         "0rlbxhh894znf10x0xgkv9dzpibgq9jw5aqpgviccdnxc2c5hwid"))))
+         "006k9isra5biyavqwci61avladw19mhp6kmkjj3777rl1r4r8b9z"))))
     (build-system r-build-system)
     (home-page "http://danifold.net/fastcluster.html";)
     (synopsis "Fast hierarchical clustering routines")



reply via email to

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