guix-commits
[Top][All Lists]
Advanced

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

54/111: gnu: r-arrow: Update to 7.0.0.


From: guix-commits
Subject: 54/111: gnu: r-arrow: Update to 7.0.0.
Date: Mon, 14 Mar 2022 02:25:18 -0400 (EDT)

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

commit 54e02af159ddbe957dc6bbcce0842bbcfe85a84f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:29 2022 +0100

    gnu: r-arrow: Update to 7.0.0.
    
    * gnu/packages/cran.scm (r-arrow): Update to 7.0.0.
    [propagated-inputs]: Add r-cpp11.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4608dd37ac..aed0c6c5c1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18858,14 +18858,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "6.0.1")
+    (version "7.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "14fghz9xijcrck0c65crvfidgyhgzy9b2apwmg7qrgn2sy09xm0p"))))
+         "1s9h2aw6iig45nz2rfk13qbp0qydx6cc4r6qs58f9cm9vgwsg76l"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (inputs
@@ -18873,6 +18873,7 @@ colored by the number of neighboring points.  This is 
useful to visualize the
     (propagated-inputs
      (list r-assertthat
            r-bit64
+           r-cpp11
            r-purrr
            r-r6
            r-rlang



reply via email to

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