me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-future-apply): Update to 1.5.0.
master
Ricardo Wurmus 2020-04-27 17:29:00 +02:00
parent c6eb1fe616
commit 5123ec7858
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11889,14 +11889,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.4.0")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future.apply" version))
(sha256
(base32
"1kgq6dv96hdy35kysqkn606nj7s9dp4ibgpm6n46gqhc5n75lzkk"))))
"095a681ngbwbp7v53ladwya7ar8fgwnlgr3r1yklf3vdxwd54xll"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
(propagated-inputs