mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-fastcluster: Update to 1.2.6.
* gnu/packages/statistics.scm (r-fastcluster): Update to 1.2.6. Change-Id: I438a15e96022737c5f002d8a3b1accdf17458ce5
This commit is contained in:
parent
fd32212bf0
commit
4532eb6389
1 changed files with 2 additions and 2 deletions
|
@ -4984,14 +4984,14 @@ (define-public r-dynamictreecut
|
||||||
(define-public r-fastcluster
|
(define-public r-fastcluster
|
||||||
(package
|
(package
|
||||||
(name "r-fastcluster")
|
(name "r-fastcluster")
|
||||||
(version "1.2.3")
|
(version "1.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fastcluster" version))
|
(uri (cran-uri "fastcluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"009amz7i5yndqw2008fgd3p11n4fsb291k2ypg3pip6dw4lr28hz"))))
|
"06cd3w62ijf0yx2yq0xgx6qw5lcrnn1033ygx6bl9dmhix2haal5"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue