mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-clusterr: Update to 1.2.4.
* gnu/packages/cran.scm (r-clusterr): Update to 1.2.4.
This commit is contained in:
parent
65c01f0abb
commit
e033e7c7d4
1 changed files with 2 additions and 2 deletions
|
@ -25289,14 +25289,14 @@ (define-public r-rfast
|
|||
(define-public r-clusterr
|
||||
(package
|
||||
(name "r-clusterr")
|
||||
(version "1.2.3")
|
||||
(version "1.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ClusterR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19xphxcpia7pdshn09yd328q3rbr6frz5574688ja1z7g5hsa2p7"))))
|
||||
"01vgr1mpm7l1lyhril5hm1l72aicqc4iwb0b15ypijb6hwkv7g47"))))
|
||||
(properties `((upstream-name . "ClusterR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue