rekado pushed a commit to branch master
in repository guix.

commit 90375c84d9bedc6c7870cf93dcd137e61260716d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:36 2023 +0100

    gnu: r-future: Update to 1.31.0.
    
    * gnu/packages/cran.scm (r-future): Update to 1.31.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 78858ba09a..9246ef0887 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18172,14 +18172,14 @@ port-forwarding to your local computer.")
 (define-public r-future
   (package
     (name "r-future")
-    (version "1.30.0")
+    (version "1.31.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "future" version))
        (sha256
         (base32
-         "1njmgnq0qz7b9yvcp6351yz7ydz9hj8bnnaf1ys3md66v9mg1xf7"))))
+         "0anzvxw1r5nmsa69h5lmvx0ixc9khlp02ix19w06y1hkka2qznxj"))))
     (build-system r-build-system)
     (arguments
      `(#:phases

Reply via email to