guix-commits
[Top][All Lists]
Advanced

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

06/218: gnu: r-arrow: Update to 10.0.0.


From: guix-commits
Subject: 06/218: gnu: r-arrow: Update to 10.0.0.
Date: Fri, 4 Nov 2022 05:14:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b149f6c1236bdc367bba562c53f4c39158f46aad
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 00:04:57 2022 +0100

    gnu: r-arrow: Update to 10.0.0.
    
    * gnu/packages/cran.scm (r-arrow): Update to 10.0.0.
    [propagated-inputs]: Add r-glue.
---
 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 f7f546f01b..5638764f3f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20540,14 +20540,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "9.0.0.1")
+    (version "10.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "1vbjny6v1d4fdf01rphg4wg8ljs0bzrjyxlsjwjq58pd6g2qcdgc"))))
+         "04qsj68zsqcwkv1ryp4l0is474siyi1b64dy41fr74ryj7mbamg8"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (inputs
@@ -20556,6 +20556,7 @@ colored by the number of neighboring points.  This is 
useful to visualize the
      (list r-assertthat
            r-bit64
            r-cpp11
+           r-glue
            r-purrr
            r-r6
            r-rlang



reply via email to

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