guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: r-fastcluster: Update to 1.1.25.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: r-fastcluster: Update to 1.1.25.
Date: Fri, 8 Jun 2018 10:00:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d2a48984fc0556a9b6bd93ee5d99e1b7dff3ace1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 8 15:23:47 2018 +0200

    gnu: r-fastcluster: Update to 1.1.25.
    
    * gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
---
 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 3eba723..4c9f174 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4038,14 +4038,14 @@ routines.")
 (define-public r-fastcluster
   (package
     (name "r-fastcluster")
-    (version "1.1.24")
+    (version "1.1.25")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fastcluster" version))
        (sha256
         (base32
-         "15drhl22wm8whsy6b3vv754skfddiydb068zn1whrw5sknvkkjc2"))))
+         "01a2xnhhvv1swd4g8p4lzyn7ww7kg49jlnzc7kfz60jqjzpisrpk"))))
     (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]