gnu: r-fastcluster: Update to 1.1.25.

* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-08 15:23:47 +02:00
parent a1eabab1a3
commit d2a48984fc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4038,14 +4038,14 @@ routines.")
(define-public r-fastcluster (define-public r-fastcluster
(package (package
(name "r-fastcluster") (name "r-fastcluster")
(version "1.1.24") (version "1.1.25")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fastcluster" version)) (uri (cran-uri "fastcluster" version))
(sha256 (sha256
(base32 (base32
"15drhl22wm8whsy6b3vv754skfddiydb068zn1whrw5sknvkkjc2")))) "01a2xnhhvv1swd4g8p4lzyn7ww7kg49jlnzc7kfz60jqjzpisrpk"))))
(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")