3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-mice: Update to 3.5.0.

* gnu/packages/cran.scm (r-mice): Update to 3.5.0.
This commit is contained in:
Ricardo Wurmus 2019-05-19 09:23:43 +02:00
parent 1541f0a00c
commit 372f65ad94
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2965,14 +2965,14 @@ analysis of multiply imputed data sets.")
(define-public r-mice
(package
(name "r-mice")
(version "3.4.0")
(version "3.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mice" version))
(sha256
(base32
"0rdamj1j9z3kxmi27pc79v6mhh8rgxaxz4xz70ybf8kqh2x66cgm"))))
"0icydc312sbvzbp0r0mhs2r77a2ly2xvz5w5amirz3wdkvgyrk2g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)