diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 00:04:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:05 +0100 |
commit | b149f6c1236bdc367bba562c53f4c39158f46aad (patch) | |
tree | 0e82f192698e0e59245d5dc116a48718f08654cd /gnu/packages | |
parent | 2db2a92760bed50b65ae20e68665fdd6ed02deda (diff) | |
download | guix-b149f6c1236bdc367bba562c53f4c39158f46aad.tar.gz guix-b149f6c1236bdc367bba562c53f4c39158f46aad.zip |
gnu: r-arrow: Update to 10.0.0.
* gnu/packages/cran.scm (r-arrow): Update to 10.0.0.
[propagated-inputs]: Add r-glue.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files 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 |