guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

60/214: gnu: r-drtmle: Update to 1.1.1.


From: guix-commits
Subject: 60/214: gnu: r-drtmle: Update to 1.1.1.
Date: Sat, 28 May 2022 04:37:26 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 4aa08d4b184eb5baa01b9e48c4292fcdb1531c08
Author: Ricardo Wurmus <rekado@elephly.net>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]