mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-mice: Update to 3.7.0.
* gnu/packages/cran.scm (r-mice): Update to 3.7.0.
This commit is contained in:
parent
a3b51a34f4
commit
c79e80f81b
1 changed files with 2 additions and 2 deletions
|
@ -3336,14 +3336,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.6.0")
|
(version "3.7.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
|
||||||
"0pgcxdmp77604h6f4x8hhs6j4xdjgf5b9zvnixyzdj8vcgdjpivv"))))
|
"1wx1s1gc07iz63w4m8z0i1n5mc273f89grp5d3hfla7ypicjkasf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-broom" ,r-broom)
|
`(("r-broom" ,r-broom)
|
||||||
|
|
Loading…
Add table
Reference in a new issue