me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-19.
master
Ricardo Wurmus 2023-03-19 21:01:39 +01:00
parent 83978be759
commit 896c2a0c45
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5299,14 +5299,14 @@ to change in the future.")
(define-public r-flexmix
(package
(name "r-flexmix")
(version "2.3-18")
(version "2.3-19")
(source
(origin
(method url-fetch)
(uri (cran-uri "flexmix" version))
(sha256
(base32
"0lcvsvmhkbwac50l109an6prl1ng4mkyvr436344b20897ph28j6"))))
"1s8jpii6ws6hra8w11fn3x84wrdrrlycnrhn5ijy6ibdpc6a9xdd"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-modeltools r-nnet))