summaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-09-29 15:33:26 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-09-30 12:39:39 +0200
commitc7a427d9663137d723d7d656588a7b719d86fb64 (patch)
tree2c2fc826f4682b08a34cdc3a41ee0538cda366e3 /gnu/packages/cran.scm
parent122500fea866d42917b92cbb9dffd4712317a25a (diff)
downloadguix-patches-c7a427d9663137d723d7d656588a7b719d86fb64.tar
guix-patches-c7a427d9663137d723d7d656588a7b719d86fb64.tar.gz
gnu: r-arrow: Update to 5.0.0.2.
* gnu/packages/cran.scm (r-arrow): Update to 5.0.0.2. [propagated-inputs]: Remove r-cpp11.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fea94693c6..65d458d2db 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18516,14 +18516,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
- (version "5.0.0")
+ (version "5.0.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
- "1x9z7jr7rnsqi04vfs54qidhn8hi0j533lm7ka074jp4xdv1gxjx"))))
+ "1ajkcmasj22j5k15ms7iyd1rg9qpdj5jya6nmhzh8z4iiv7gy13j"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs
@@ -18532,7 +18532,6 @@ colored by the number of neighboring points. This is useful to visualize the
(propagated-inputs
`(("r-assertthat" ,r-assertthat)
("r-bit64" ,r-bit64)
- ("r-cpp11" ,r-cpp11)
("r-purrr" ,r-purrr)
("r-r6" ,r-r6)
("r-rlang" ,r-rlang)