gnu: r-nbclust: Update to 3.0.1.
* gnu/packages/cran.scm (r-nbclust): Update to 3.0.1.
This commit is contained in:
parent
7e9031c41d
commit
87439c8a9a
1 changed files with 2 additions and 2 deletions
|
@ -9352,14 +9352,14 @@ (define-public r-fansi
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue