gnu: r-mice: Update to 3.9.0.
* gnu/packages/cran.scm (r-mice): Update to 3.9.0.
This commit is contained in:
parent
ac04a9ec04
commit
6446ef1ce4
1 changed files with 2 additions and 2 deletions
|
@ -3541,14 +3541,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.8.0")
|
(version "3.9.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
|
||||||
"1ibybvigqkkla4xwhqs2w4m6c68alfcdsljx99nn4p92rzb1ig04"))))
|
"1wycbc2iqp68gfzvqx1gsn5n1k1h4bg79dy8m5msqf226hy83ncn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-broom" ,r-broom)
|
`(("r-broom" ,r-broom)
|
||||||
|
|
Reference in a new issue