guix-commits
[Top][All Lists]
Advanced

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

43/70: gnu: r-future-apply: Update to 1.11.1.


From: guix-commits
Subject: 43/70: gnu: r-future-apply: Update to 1.11.1.
Date: Thu, 28 Dec 2023 03:35:50 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit b497ee8b7cb55a323adc9507a402d87cef261f8f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:36 2023 +0100

    gnu: r-future-apply: Update to 1.11.1.
    
    * gnu/packages/cran.scm (r-future-apply): Update to 1.11.1.
    
    Change-Id: Ib50aff8c551c3eb23b2c321761a04a4173e6e161
---
 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 6e293c1024..41c5a5fed1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21175,14 +21175,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.11.0")
+    (version "1.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "future.apply" version))
        (sha256
         (base32
-         "1s019gdmmv0yr8011vm23p7apznbzfw54z9nmymkxc5mp7730yri"))))
+         "0zf22vip8w50pywc47xjghca9wkvcsvvfaa2yfaydwwzc3ss3bh2"))))
     (properties `((upstream-name . "future.apply")))
     (build-system r-build-system)
     (arguments



reply via email to

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