guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 84f8fbf02def05ca3303170d0dead73571748851
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:08 2026 +0100
gnu: r-dofuture: Update to 1.1.3.
* gnu/packages/cran.scm (r-dofuture): Update to 1.1.3.
Change-Id: Iedbc80dbfb1a684a98d0277652543d44647907cf
---
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 02a39c19b7..fc77f55925 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27611,14 +27611,14 @@ both to consistency and asymptotic normality.")
(define-public r-dofuture
(package
(name "r-dofuture")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "doFuture" version))
(sha256
(base32
- "0wf5f4pw9arifpi0k8bzivkf2002c2ls05lkah0n0bc7kahsr9ia"))))
+ "0sk80vnnmighg371r6scvnvwmqc7x4y5d664qy9yc04q1yr63w0x"))))
(properties `((upstream-name . "doFuture")))
(build-system r-build-system)
(arguments