me
/
guix
Archived
1
0
Fork 0

gnu: r-mclust: Update to 5.4.3.

* gnu/packages/statistics.scm (r-mclust): Update to 5.4.3.
master
Ricardo Wurmus 2019-03-20 23:45:22 +01:00
parent c17ee12cf7
commit 08859c8d27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4730,14 +4730,14 @@ models, generalized linear models and model-based clustering.")
(define-public r-mclust
(package
(name "r-mclust")
(version "5.4.2")
(version "5.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "mclust" version))
(sha256
(base32
"09152swfpa3fzhmrq5cwb5kxgvrxvigv1m4v6rhcibrdhfd1x8x4"))))
"18x5ych9zi3y87rxi4pf6f23sl2918dp9xxpw1pqa7p7drw817p6"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))