mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mclust: Update to 5.4.2.
* gnu/packages/statistics.scm (r-mclust): Update to 5.4.2.
This commit is contained in:
parent
185663e568
commit
0adf04a2d3
1 changed files with 2 additions and 2 deletions
|
@ -4706,14 +4706,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.1")
|
(version "5.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mclust" version))
|
(uri (cran-uri "mclust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vcl4nl8by2vj2k9k84imy5m850khkgd8q02a8ica1h8vz9ijgn4"))))
|
"09152swfpa3fzhmrq5cwb5kxgvrxvigv1m4v6rhcibrdhfd1x8x4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue