gnu: r-drtmle: Update to 1.1.2.

* gnu/packages/cran.scm (r-drtmle): Update to 1.1.2.
This commit is contained in:
Ricardo Wurmus 2023-01-09 22:19:48 +01:00
parent 8b322c5967
commit fd82a783eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12406,14 +12406,14 @@ (define-public r-superlearner
(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