gnu: r-cluster: Update to 2.1.2.

* gnu/packages/statistics.scm (r-cluster): Update to 2.1.2.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:21 +02:00
parent 01f58c6270
commit 27e873a5e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -480,14 +480,14 @@ k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.")
(define-public r-cluster
(package
(name "r-cluster")
(version "2.1.1")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "cluster" version))
(sha256
(base32
"0qw06n1f7771mszc9y1f1c9zngd82zlf2s2z30p9514vxh4wgf5x"))))
"168l653ygkg21fwrqrf7lsqi5p6jzhgmcvhrwv7lznkdzdhag2jw"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))