guix-commits
[Top][All Lists]
Advanced

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

93/158: gnu: r-arrow: Update to 11.0.0.3.


From: guix-commits
Subject: 93/158: gnu: r-arrow: Update to 11.0.0.3.
Date: Sun, 19 Mar 2023 13:24:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-arrow: Update to 11.0.0.3.
    
    * gnu/packages/cran.scm (r-arrow): Update to 11.0.0.3.
    [native-inputs]: Remove r-knitr.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6b04492bb2..4032cac3b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22679,14 +22679,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "10.0.1")
+    (version "11.0.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "0dwdi9sq7wv34ia6kg446pqf5za75hl6zrb2ly51p2zdr4g69p0y"))))
+         "1bvf04pmxckz3is04acsl7a86lha5b6qrxb2zmn8w8glymqr94zb"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (inputs
@@ -22702,7 +22702,7 @@ colored by the number of neighboring points.  This is 
useful to visualize the
            r-tidyselect
            r-vctrs))
     (native-inputs
-     (list pkg-config r-knitr))
+     (list pkg-config))
     (home-page "https://github.com/apache/arrow/";)
     (synopsis "R integration to Apache Arrow")
     (description



reply via email to

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