aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-11-04 00:04:57 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-04 10:01:05 +0100
commitb149f6c1236bdc367bba562c53f4c39158f46aad (patch)
tree0e82f192698e0e59245d5dc116a48718f08654cd /gnu/packages
parent2db2a92760bed50b65ae20e68665fdd6ed02deda (diff)
downloadguix-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.scm5
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