guix-commits
[Top][All Lists]
Advanced

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

82/158: gnu: r-future: Update to 1.32.0.


From: guix-commits
Subject: 82/158: gnu: r-future: Update to 1.32.0.
Date: Sun, 19 Mar 2023 13:24:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a33fca6243daefa6d88e895dd40a4fd5e980727c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:31 2023 +0100

    gnu: r-future: Update to 1.32.0.
    
    * gnu/packages/cran.scm (r-future): Update to 1.32.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 c8619d17ca..08475385be 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18853,14 +18853,14 @@ port-forwarding to your local computer.")
 (define-public r-future
   (package
     (name "r-future")
-    (version "1.31.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "future" version))
        (sha256
         (base32
-         "0anzvxw1r5nmsa69h5lmvx0ixc9khlp02ix19w06y1hkka2qznxj"))))
+         "0xigdxcxx0nv0lbbrfqwbgcm02yw95ja706m9lc4b5q65m8p9fym"))))
     (build-system r-build-system)
     (arguments
      `(#:phases



reply via email to

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