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

commit b40563ec8e7480de2071c681e337e8589e42f7fb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 28 08:30:24 2022 +0200

    gnu: r-furrr: Update to 0.3.0.
    
    * gnu/packages/cran.scm (r-furrr): Update to 0.3.0.
    [propagated-inputs]: Remove r-ellipsis.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5be3d97ce1..da7cb84058 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11259,18 +11259,17 @@ genotypes as \"graphical genotypes\".")
 (define-public r-furrr
   (package
     (name "r-furrr")
-    (version "0.2.3")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "furrr" version))
        (sha256
         (base32
-         "001p2yhznrpnrjvdcmf2h3wpgdnw01wnqgid7wbq8bhavhi3888a"))))
+         "117xj66l14r08macwghgyibzm282ljv1afpa133h952gc70irs9z"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-ellipsis
-           r-future
+     (list r-future
            r-globals
            r-lifecycle
            r-purrr

Reply via email to