gnu: r-tclust: Update to 1.3-1.
* gnu/packages/statistics.scm (r-tclust): Update to 1.3-1.
This commit is contained in:
parent
347cab66b6
commit
9077f6d9aa
1 changed files with 2 additions and 2 deletions
|
@ -5231,14 +5231,14 @@ multivariate case.")
|
||||||
(define-public r-tclust
|
(define-public r-tclust
|
||||||
(package
|
(package
|
||||||
(name "r-tclust")
|
(name "r-tclust")
|
||||||
(version "1.2-7")
|
(version "1.3-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tclust" version))
|
(uri (cran-uri "tclust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mvqr280c6kwpg98byd0r1y0qf238xn2x15y8npqch6lpcszlb3x"))))
|
"1li62wynv81kb17fx7nk63a26qlb78l8fdf63in8yzcl7fkpji7y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cluster" ,r-cluster)
|
`(("r-cluster" ,r-cluster)
|
||||||
|
|
Reference in a new issue