me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-17.
master
Ricardo Wurmus 2020-10-31 13:45:32 +01:00
parent 9bca3c82fb
commit 97faa49f69
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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