[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: r-future-apply: Update to 1.6.0.
From: |
guix-commits |
Subject: |
04/09: gnu: r-future-apply: Update to 1.6.0. |
Date: |
Thu, 2 Jul 2020 06:48:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f74542782bf75fcc57c2a9bfe02aa75ebb658657
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jul 2 12:33:08 2020 +0200
gnu: r-future-apply: Update to 1.6.0.
* gnu/packages/cran.scm (r-future-apply): Update to 1.6.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 383b5fe..8f67338 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12218,14 +12218,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.5.0")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future.apply" version))
(sha256
(base32
- "095a681ngbwbp7v53ladwya7ar8fgwnlgr3r1yklf3vdxwd54xll"))))
+ "1zbfycjfvxnrigm6l2fd2zgnw96g0apiw426c73gkv3xv7bdy6ms"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (95ccca1 -> 4be969f), guix-commits, 2020/07/02
- 01/09: gnu: r-annotationdbi: Update to 1.50.1., guix-commits, 2020/07/02
- 02/09: gnu: r-rdpack: Update to 1.0.0., guix-commits, 2020/07/02
- 04/09: gnu: r-future-apply: Update to 1.6.0.,
guix-commits <=
- 05/09: gnu: r-blockmodeling: Update to 1.0.0., guix-commits, 2020/07/02
- 03/09: gnu: r-fs: Update to 1.4.2., guix-commits, 2020/07/02
- 07/09: gnu: r-ingredients: Update to 1.3.0., guix-commits, 2020/07/02
- 09/09: gnu: r-mnormt: Update to 2.0.1., guix-commits, 2020/07/02
- 06/09: gnu: r-spdep: Update to 1.1-5., guix-commits, 2020/07/02
- 08/09: gnu: r-mda: Update to 0.5-2., guix-commits, 2020/07/02