me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-future-apply): Update to 1.10.0.
Ricardo Wurmus 2022-11-29 15:22:15 +01:00
parent c0ce250485
commit d18c060184
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17267,14 +17267,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.9.1")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future.apply" version))
(sha256
(base32
"0cr141mamjxby79sww02493yal9lahslvp3a3ic7f856rbawq8jg"))))
"1all7ri4nsjxfakw8pssif22j33ch1nhw3sc0raqrzhj93c2vsfy"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
(arguments