1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 18:50:32 +02:00

gnu: r-cluster: Update to 2.1.4.

* gnu/packages/statistics.scm (r-cluster): Update to 2.1.4.
This commit is contained in:
Ricardo Wurmus
2022-09-20 10:53:34 +02:00
parent 8435311ea6
commit b1d59cb30b

View File

@@ -550,14 +550,14 @@ k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.")
(define-public r-cluster
(package
(name "r-cluster")
(version "2.1.3")
(version "2.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "cluster" version))
(sha256
(base32
"1ab466lniykz2a6kdnrbkk7hwair79xfmy6cqvhc8d6nana7mbd3"))))
"1dpmss4mdpw6la5kjf135h2jj5j5zmqvykpj6fl6n5wslbn0rwf6"))))
(build-system r-build-system)
(native-inputs
(list gfortran))