guix-commits
[Top][All Lists]
Advanced

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

43/46: gnu: r-fastcluster: Update to 1.2.3.


From: guix-commits
Subject: 43/46: gnu: r-fastcluster: Update to 1.2.3.
Date: Wed, 2 Jun 2021 11:27:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c6be262b78b0602b92352936e6b0d4a231072534
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:08 2021 +0200

    gnu: r-fastcluster: Update to 1.2.3.
    
    * gnu/packages/statistics.scm (r-fastcluster): Update to 1.2.3.
---
 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 747d795..2f891c1 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4140,14 +4140,14 @@ hierarchical clustering dendrograms.")
 (define-public r-fastcluster
   (package
     (name "r-fastcluster")
-    (version "1.1.25")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fastcluster" version))
        (sha256
         (base32
-         "01a2xnhhvv1swd4g8p4lzyn7ww7kg49jlnzc7kfz60jqjzpisrpk"))))
+         "009amz7i5yndqw2008fgd3p11n4fsb291k2ypg3pip6dw4lr28hz"))))
     (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]