diff options
Diffstat (limited to 'gnu/packages')
-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 e4bf183dce..b4c6ce6fb4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10836,14 +10836,14 @@ a library of prediction algorithms to be used in the super learner.") (define-public r-drtmle (package (name "r-drtmle") - (version "1.1.0") + (version "1.1.1") (source (origin (method url-fetch) (uri (cran-uri "drtmle" version)) (sha256 (base32 - "08a6k0nrg6mqdslwjc71583x52vnax87nbfalk98zczwvrrdwvxa")))) + "12vplpz9bg5444jy29mbdr70hqby073vb3iw76v2csrwy3ws3f21")))) (properties `((upstream-name . "drtmle"))) (build-system r-build-system) (propagated-inputs |