mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-clustergeneration: Update to 1.3.8.
* gnu/packages/cran.scm (r-clustergeneration): Update to 1.3.8.
This commit is contained in:
parent
e71a8c9521
commit
090d1c66d7
1 changed files with 2 additions and 2 deletions
|
@ -16753,13 +16753,13 @@ (define-public r-clusteval
|
|||
(define-public r-clustergeneration
|
||||
(package
|
||||
(name "r-clustergeneration")
|
||||
(version "1.3.7")
|
||||
(version "1.3.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "clusterGeneration" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p1dwl08bf20h7pnspnsycrp3v48nm2miwcnlklyc4gdyzc2jksk"))))
|
||||
"0w1sywv9cgl78wrsamh1zrig67r3grnyl27f036ipd1ab1b2510g"))))
|
||||
(properties `((upstream-name . "clusterGeneration")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mass))
|
||||
|
|
Loading…
Reference in a new issue