gnu: r-future-apply: Update to 1.11.2.

* gnu/packages/cran.scm (r-future-apply): Update to 1.11.2.

Change-Id: Ie1cb584486734ee62c726393cedd17ad7fb5639d
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:28 +02:00
parent 64319857e5
commit 5e39d0990d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21836,14 +21836,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.11.1")
(version "1.11.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "future.apply" version))
(sha256
(base32
"0zf22vip8w50pywc47xjghca9wkvcsvvfaa2yfaydwwzc3ss3bh2"))))
"11qkv2r8ml1i95j5ra191ij5w1dvllgvr9ld5xnq43ayzaq3b9pl"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
(arguments