guix-commits
[Top][All Lists]
Advanced

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

19/50: gnu: r-drtmle: Update to 1.1.2.


From: guix-commits
Subject: 19/50: gnu: r-drtmle: Update to 1.1.2.
Date: Mon, 9 Jan 2023 17:11:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fd82a783eb3e2dfd4e3b767608daeae6f95b0009
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:48 2023 +0100

    gnu: r-drtmle: Update to 1.1.2.
    
    * gnu/packages/cran.scm (r-drtmle): Update to 1.1.2.
---
 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 8b55c5cb04..b28e5c17ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12406,14 +12406,14 @@ a library of prediction algorithms to be used in the 
super learner.")
 (define-public r-drtmle
   (package
     (name "r-drtmle")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "drtmle" version))
        (sha256
         (base32
-         "12vplpz9bg5444jy29mbdr70hqby073vb3iw76v2csrwy3ws3f21"))))
+         "0qvdxzvpi7a66gx61v6fj31zy4y5cid18g4qgv5lir7qc74rbbx0"))))
     (properties `((upstream-name . "drtmle")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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