me
/
guix
Archived
1
0
Fork 0

gnu: r-cluster: Update to 2.1.4.

* gnu/packages/statistics.scm (r-cluster): Update to 2.1.4.
master
Ricardo Wurmus 2022-09-20 10:53:34 +02:00
parent 8435311ea6
commit b1d59cb30b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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))