guix-commits
[Top][All Lists]
Advanced

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

54/214: gnu: r-nbclust: Update to 3.0.1.


From: guix-commits
Subject: 54/214: gnu: r-nbclust: Update to 3.0.1.
Date: Sat, 28 May 2022 04:37:23 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit a505e4bad1ce214bee138c6fd49fa52f3204f771
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:22 2022 +0200

    gnu: r-nbclust: Update to 3.0.1.
    
    * gnu/packages/cran.scm (r-nbclust): Update to 3.0.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e59578d60b..4c98629b59 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9352,14 +9352,14 @@ that account for the effects of ANSI text formatting 
control sequences.")
 (define-public r-nbclust
   (package
     (name "r-nbclust")
-    (version "3.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "NbClust" version))
        (sha256
         (base32
-         "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
+         "0k5hr4zgx4gp1n62xchgz2zvyl35ba2cnczhhvj8rfbg2n4hx6qs"))))
     (properties `((upstream-name . "NbClust")))
     (build-system r-build-system)
     (home-page 
"https://sites.google.com/site/malikacharrad/research/nbclust-package";)



reply via email to

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