gnu: r-fastcluster: Update to 1.1.25.

* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
master
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
1 changed files with 2 additions and 2 deletions

View File

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