summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:42:13 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:28:10 +0100
commit6e41b0e88009c433d42413a7d9edca18cecf0a74 (patch)
tree494fe65fb83df060c91167253002e0e184334b24 /gnu
parent0754ebdb48584236e6dee9b3cb640a43dd97c51f (diff)
gnu: r-future-apply: Update to 1.20.1.
* gnu/packages/cran.scm (r-future-apply): Update to 1.20.1. Change-Id: Ife3fcd27f556c01fc65b5dbaf62b673a1c72f3b9 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4120cf73be..1796e9a487 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34626,14 +34626,14 @@ the local machine to, say, distributed processing on a remote compute cluster.")
(define-public r-future-apply
(package
(name "r-future-apply")
- (version "1.20.0")
+ (version "1.20.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "future.apply" version))
(sha256
(base32
- "07mapwzhrm7j4i12g7vqrncihfv7x0w2mhgcrzcsl6nnlzkygkpq"))))
+ "0a36yq8c392if56744aazwbv0l5m4rdwws317mrgbfd1gc1mp18h"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
(arguments