gnu: r-mclust: Update to 5.4.7.
* gnu/packages/statistics.scm (r-mclust): Update to 5.4.7.
This commit is contained in:
parent
31a6a60576
commit
61d24175b6
1 changed files with 2 additions and 2 deletions
|
@ -4717,14 +4717,14 @@ models, generalized linear models and model-based clustering.")
|
||||||
(define-public r-mclust
|
(define-public r-mclust
|
||||||
(package
|
(package
|
||||||
(name "r-mclust")
|
(name "r-mclust")
|
||||||
(version "5.4.6")
|
(version "5.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mclust" version))
|
(uri (cran-uri "mclust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z46qask09x3xpv0wzvhn09218vwyrip4f5jrhnx96khpwvczzyl"))))
|
"08scl72llpinfijiyx14yqvmx8lma9jvh8h92v9ynnzfr9kadxa5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)
|
`(("gfortran" ,gfortran)
|
||||||
|
|
Reference in a new issue