gnu: r-fastcluster: Update to 1.2.3.
* gnu/packages/statistics.scm (r-fastcluster): Update to 1.2.3.
This commit is contained in:
parent
350489b331
commit
c6be262b78
1 changed files with 2 additions and 2 deletions
|
|
@ -4140,14 +4140,14 @@ hierarchical clustering dendrograms.")
|
||||||
(define-public r-fastcluster
|
(define-public r-fastcluster
|
||||||
(package
|
(package
|
||||||
(name "r-fastcluster")
|
(name "r-fastcluster")
|
||||||
(version "1.1.25")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fastcluster" version))
|
(uri (cran-uri "fastcluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01a2xnhhvv1swd4g8p4lzyn7ww7kg49jlnzc7kfz60jqjzpisrpk"))))
|
"009amz7i5yndqw2008fgd3p11n4fsb291k2ypg3pip6dw4lr28hz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://danifold.net/fastcluster.html")
|
(home-page "http://danifold.net/fastcluster.html")
|
||||||
(synopsis "Fast hierarchical clustering routines")
|
(synopsis "Fast hierarchical clustering routines")
|
||||||
|
|
|
||||||
Reference in a new issue