mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-clusterr: Update to 1.3.1.
* gnu/packages/cran.scm (r-clusterr): Update to 1.3.1.
This commit is contained in:
parent
e132e48a32
commit
86f5c3114b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue