me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-future-apply): Update to 1.2.0.
master
Ricardo Wurmus 2019-03-07 22:24:11 +01:00
parent 6e8b38d3e8
commit d1c2fd8eeb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10714,14 +10714,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.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future.apply" version))
(sha256
(base32
"0b6v9rxvnnz13sydbgkapw71hx98fwdczjchgqnspjmq2340kdc0"))))
"00ma43ma3byrf9vfqqn9g8sn18c71ryhk7lpza5h7817f1kibw1h"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
(propagated-inputs