gnu: r-mclust: Update to 6.1.

* gnu/packages/statistics.scm (r-mclust): Update to 6.1.

Change-Id: I52a5bd83b26e0d1d35e494e6dab1e6dec594fdfc
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:14 +01:00
parent 13fc90e284
commit 1d85f921f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5614,14 +5614,14 @@ models, generalized linear models and model-based clustering.")
(define-public r-mclust
(package
(name "r-mclust")
(version "6.0.1")
(version "6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "mclust" version))
(sha256
(base32
"0zsk89r2l73zi1dy0195k84n4dqdp97yisll5kg16amxs5pxx4hf"))))
"0mchdxkc3y0v6dw8fzjnlqd6f3zrafm3xf1c53s6ps529b66kx2x"))))
(build-system r-build-system)
(native-inputs
(list gfortran r-knitr))