rekado pushed a commit to branch wip-r
in repository guix.
commit 4aa08d4b184eb5baa01b9e48c4292fcdb1531c08
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 28 08:30:23 2022 +0200
gnu: r-drtmle: Update to 1.1.1.
* gnu/packages/cran.scm (r-drtmle): Update to 1.1.1.
---
gnu/packages/cran.scm | 4 ++--
1 file 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