guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/40: gnu: r-future-apply: Update to 1.3.0.


From: guix-commits
Subject: 30/40: gnu: r-future-apply: Update to 1.3.0.
Date: Fri, 28 Jun 2019 19:35:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d42fb7d2931e3bc52ea25eb0aa017de6295e2b72
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:26:12 2019 +0200

    gnu: r-future-apply: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-future-apply): Update to 1.3.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 98f85d0..e307d2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11003,14 +11003,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.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "future.apply" version))
        (sha256
         (base32
-         "00ma43ma3byrf9vfqqn9g8sn18c71ryhk7lpza5h7817f1kibw1h"))))
+         "0wd3bh114zkvrqlpn8gqz4ix1igr9hr8x72h2g00a7mqkfjfqx33"))))
     (properties `((upstream-name . "future.apply")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]