gnu: r-flexmix: Update to 2.3-15.

* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-15.
master
Ricardo Wurmus 2019-03-07 23:33:34 +01:00
parent 6be62a5a72
commit bc7895e1cf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4702,14 +4702,14 @@ to change in the future.")
(define-public r-flexmix
(package
(name "r-flexmix")
(version "2.3-14")
(version "2.3-15")
(source
(origin
(method url-fetch)
(uri (cran-uri "flexmix" version))
(sha256
(base32
"0sl4zxh1sb2sr5q7svjw9ihrm219jzn82yrc9d43q6r1b8bpyz43"))))
"0hrz2axp2c9548b1r0bmrl57219nn030qndb83a8garkzq5lqi5s"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)