guix-commits
[Top][All Lists]
Advanced

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

35/35: gnu: r-fastcluster: Update to 1.2.6.


From: guix-commits
Subject: 35/35: gnu: r-fastcluster: Update to 1.2.6.
Date: Wed, 17 Jan 2024 17:54:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4532eb6389e0602c1aac2e452bbc085f251658a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:52 2024 +0100

    gnu: r-fastcluster: Update to 1.2.6.
    
    * gnu/packages/statistics.scm (r-fastcluster): Update to 1.2.6.
    
    Change-Id: I438a15e96022737c5f002d8a3b1accdf17458ce5
---
 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 5cfa5e4555..512be4e9f0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4984,14 +4984,14 @@ hierarchical clustering dendrograms.")
 (define-public r-fastcluster
   (package
     (name "r-fastcluster")
-    (version "1.2.3")
+    (version "1.2.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fastcluster" version))
        (sha256
         (base32
-         "009amz7i5yndqw2008fgd3p11n4fsb291k2ypg3pip6dw4lr28hz"))))
+         "06cd3w62ijf0yx2yq0xgx6qw5lcrnn1033ygx6bl9dmhix2haal5"))))
     (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]