diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:02 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:41 +0100 |
| commit | 060ea9209237d6c0ad6401695e99cb5bf71c85eb (patch) | |
| tree | 08554eed00508cf48deab7168337d79d527f754f /gnu | |
| parent | 64a935feaef01bd864c519a3af24c546fb141684 (diff) | |
gnu: r-mice: Update to 3.19.0.
* gnu/packages/cran.scm (r-mice): Update to 3.19.0.
Change-Id: Ia9a8c8785a8585196ef081e5eb8a0675784a6eb5
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3f8b829fef..dbd72873e5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19775,14 +19775,14 @@ analysis of multiply imputed data sets.") (define-public r-mice (package (name "r-mice") - (version "3.18.0") + (version "3.19.0") (source (origin (method url-fetch) (uri (cran-uri "mice" version)) (sha256 (base32 - "18nz7v4lkicyqzdaz7992fap0vl86fqvzrm3svsd5vb8gxx0kkn0")))) + "08fj364jjzr9fys3x5xibdyj5iz4fajvnc4yzqdg8hs0hg8mfzmq")))) (build-system r-build-system) (propagated-inputs (list r-broom |
