gnu: r-flexmix: Update to 2.3-14.
* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-14.
This commit is contained in:
parent
62d3afc3d6
commit
60869fb2f8
|
@ -4517,14 +4517,14 @@ to change in the future.")
|
||||||
(define-public r-flexmix
|
(define-public r-flexmix
|
||||||
(package
|
(package
|
||||||
(name "r-flexmix")
|
(name "r-flexmix")
|
||||||
(version "2.3-13")
|
(version "2.3-14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "flexmix" version))
|
(uri (cran-uri "flexmix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i205yw3kkxs27gqcs6zx0c2mh16p332a2p06wq6fdzb20bazg3z"))))
|
"0sl4zxh1sb2sr5q7svjw9ihrm219jzn82yrc9d43q6r1b8bpyz43"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)
|
`(("r-lattice" ,r-lattice)
|
||||||
|
|
Loading…
Reference in New Issue