guix-commits
[Top][All Lists]
Advanced

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

99/125: gnu: r-cluster: Update to 2.1.2.


From: guix-commits
Subject: 99/125: gnu: r-cluster: Update to 2.1.2.
Date: Tue, 4 May 2021 01:33:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 27e873a5e34c4a9cef136cb3e9f28feb471b2583
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:21 2021 +0200

    gnu: r-cluster: Update to 2.1.2.
    
    * gnu/packages/statistics.scm (r-cluster): Update to 2.1.2.
---
 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 d3becd6..d773577 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -480,14 +480,14 @@ k-nearest neighbour, Learning Vector Quantization and 
Self-Organizing Maps.")
 (define-public r-cluster
   (package
     (name "r-cluster")
-    (version "2.1.1")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cluster" version))
        (sha256
         (base32
-         "0qw06n1f7771mszc9y1f1c9zngd82zlf2s2z30p9514vxh4wgf5x"))))
+         "168l653ygkg21fwrqrf7lsqi5p6jzhgmcvhrwv7lznkdzdhag2jw"))))
     (build-system r-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)))



reply via email to

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