diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:17:24 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:56 +0100 |
| commit | ea8493699a0bcb98b8cb01f5bd0f4770ddb7496c (patch) | |
| tree | 4a70c3c2a8ff5f5088ddd8f5eda9824196be3b1c /gnu | |
| parent | adac4f16e7a166755be0474a1dfd9c39f0352f10 (diff) | |
gnu: r-dofuture: Update to 1.2.0.
* gnu/packages/cran.scm (r-dofuture): Update to 1.2.0.
Change-Id: I29b9f0a2e076f81b4fd4c640020fbca6e8c36c74
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 ffe2a675d4..bd938733f5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27635,14 +27635,14 @@ both to consistency and asymptotic normality.") (define-public r-dofuture (package (name "r-dofuture") - (version "1.1.3") + (version "1.2.0") (source (origin (method url-fetch) (uri (cran-uri "doFuture" version)) (sha256 (base32 - "0sk80vnnmighg371r6scvnvwmqc7x4y5d664qy9yc04q1yr63w0x")))) + "0cx1fb8r2zx8in20lxhflamxf65lckk65j5fn9gcj7cbzwdnkhh0")))) (properties `((upstream-name . "doFuture"))) (build-system r-build-system) (arguments |
