gnu: r-clusterr: Update to 1.3.1.

* gnu/packages/cran.scm (r-clusterr): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2023-04-30 22:25:09 +02:00
parent e132e48a32
commit 86f5c3114b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32451,14 +32451,14 @@ (define-public r-rffc
(define-public r-clusterr
(package
(name "r-clusterr")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ClusterR" version))
(sha256
(base32
"1k3rpz8rjw7r2lrx79h62m46hwxrn57hs5n7072g2rnvmc9jx3j2"))))
"1xn0zkgjagfnqagk2yllaa6j8rlxq2f4pn3yqj4gff90bc0cv3kf"))))
(properties `((upstream-name . "ClusterR")))
(build-system r-build-system)
(propagated-inputs