Archived
1
0
Fork 0

gnu: r-mclust: Update to 5.4.7.

* gnu/packages/statistics.scm (r-mclust): Update to 5.4.7.
This commit is contained in:
Ricardo Wurmus 2020-12-09 22:01:29 +01:00
parent 31a6a60576
commit 61d24175b6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)