me
/
guix
Archived
1
0
Fork 0

gnu: r-mice: Update to 3.9.0.

* gnu/packages/cran.scm (r-mice): Update to 3.9.0.
master
Ricardo Wurmus 2020-06-11 15:06:02 +02:00
parent ac04a9ec04
commit 6446ef1ce4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3541,14 +3541,14 @@ analysis of multiply imputed data sets.")
(define-public r-mice
(package
(name "r-mice")
(version "3.8.0")
(version "3.9.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mice" version))
(sha256
(base32
"1ibybvigqkkla4xwhqs2w4m6c68alfcdsljx99nn4p92rzb1ig04"))))
"1wycbc2iqp68gfzvqx1gsn5n1k1h4bg79dy8m5msqf226hy83ncn"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)