gnu: r-future-apply: Update to 1.5.0.
* gnu/packages/cran.scm (r-future-apply): Update to 1.5.0.master
parent
c6eb1fe616
commit
5123ec7858
|
@ -11889,14 +11889,14 @@ the local machine to, say, distributed processing on a remote compute cluster.")
|
||||||
(define-public r-future-apply
|
(define-public r-future-apply
|
||||||
(package
|
(package
|
||||||
(name "r-future-apply")
|
(name "r-future-apply")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "future.apply" version))
|
(uri (cran-uri "future.apply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kgq6dv96hdy35kysqkn606nj7s9dp4ibgpm6n46gqhc5n75lzkk"))))
|
"095a681ngbwbp7v53ladwya7ar8fgwnlgr3r1yklf3vdxwd54xll"))))
|
||||||
(properties `((upstream-name . "future.apply")))
|
(properties `((upstream-name . "future.apply")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue