gnu: r-fastcluster: Update to 1.1.22.

* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.22.
This commit is contained in:
Ricardo Wurmus 2016-12-29 20:58:00 +01:00
parent 3a181dc46e
commit 53941eb7a5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3571,14 +3571,14 @@ routines.")
(define-public r-fastcluster (define-public r-fastcluster
(package (package
(name "r-fastcluster") (name "r-fastcluster")
(version "1.1.20") (version "1.1.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fastcluster" version)) (uri (cran-uri "fastcluster" version))
(sha256 (sha256
(base32 (base32
"0rlbxhh894znf10x0xgkv9dzpibgq9jw5aqpgviccdnxc2c5hwid")))) "006k9isra5biyavqwci61avladw19mhp6kmkjj3777rl1r4r8b9z"))))
(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")