gnu: r-cluster: Update to 2.1.0.

* gnu/packages/statistics.scm (r-cluster): Update to 2.1.0.
master
Ricardo Wurmus 2019-06-29 01:26:18 +02:00
parent d42fb7d293
commit 2c4b38002e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -460,14 +460,14 @@ k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.")
(define-public r-cluster
(package
(name "r-cluster")
(version "2.0.9")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "cluster" version))
(sha256
(base32
"1bg5dvs4bzj0rp75jpxaklz12rvyh5w99h7zkvfgpgn86ljg1rlf"))))
"055af3yz2biqbsbwm4arwr1yqnj4gicpzv2i6dbfl5pnz2z5byga"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))