gnu: r-fastcluster: Update to 1.1.24.

* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.24.
This commit is contained in:
Ricardo Wurmus 2017-09-01 14:33:56 +02:00
parent d574d6bcc2
commit 347cab66b6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3943,14 +3943,14 @@ routines.")
(define-public r-fastcluster
(package
(name "r-fastcluster")
(version "1.1.22")
(version "1.1.24")
(source
(origin
(method url-fetch)
(uri (cran-uri "fastcluster" version))
(sha256
(base32
"006k9isra5biyavqwci61avladw19mhp6kmkjj3777rl1r4r8b9z"))))
"15drhl22wm8whsy6b3vv754skfddiydb068zn1whrw5sknvkkjc2"))))
(build-system r-build-system)
(home-page "http://danifold.net/fastcluster.html")
(synopsis "Fast hierarchical clustering routines")