diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:08 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:57 +0100 |
| commit | 76b8876c8c058900d2fb5ec9eed2fd2eb0b6772d (patch) | |
| tree | 67f2e25bd81b0b71f9ff957b71fda0a3c19e5756 /gnu | |
| parent | 6f4d8f67655a764a89df71bcd1a7c0b629d0773f (diff) | |
gnu: r-dofuture: Update to 1.1.3.
* gnu/packages/cran.scm (r-dofuture): Update to 1.1.3.
Change-Id: Iedbc80dbfb1a684a98d0277652543d44647907cf
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6b8de35213..4a7193b131 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27613,14 +27613,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 |
