gnu: r-mice: Update to 3.1.0.

* gnu/packages/cran.scm (r-mice): Update to 3.1.0.
This commit is contained in:
Ricardo Wurmus 2018-06-21 10:29:53 +02:00
parent 9de9dcd913
commit 92b8a481d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1956,14 +1956,14 @@ analysis of multiply imputed data sets.")
(define-public r-mice (define-public r-mice
(package (package
(name "r-mice") (name "r-mice")
(version "3.0.0") (version "3.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "mice" version)) (uri (cran-uri "mice" version))
(sha256 (sha256
(base32 (base32
"1p8a5ham90iaak4w17114pdnw535r2l9sxr402yrkc4gbwfbpdlq")))) "0xpn215yfzib4hw09cwilnyg9zbvq460njavfvm84mvgwbm25byi"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-broom" ,r-broom) `(("r-broom" ,r-broom)