diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-23 11:31:54 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-24 12:13:05 +0100 |
commit | 545ae3652e12221c5cacf41c2ff05f99e14622cd (patch) | |
tree | 998e4804087c13b04b8d09f7d18c2a42441a779b /gnu/packages | |
parent | b60089e837dbd81a3386f4c9236398c35fc7beb3 (diff) |
gnu: r-arrow: Update to 6.0.1.
* gnu/packages/cran.scm (r-arrow): Update to 6.0.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0d87285e7a..368ef827a4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18529,14 +18529,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.2") + (version "6.0.1") (source (origin (method url-fetch) (uri (cran-uri "arrow" version)) (sha256 (base32 - "1ajkcmasj22j5k15ms7iyd1rg9qpdj5jya6nmhzh8z4iiv7gy13j")))) + "14fghz9xijcrck0c65crvfidgyhgzy9b2apwmg7qrgn2sy09xm0p")))) (properties `((upstream-name . "arrow"))) (build-system r-build-system) (inputs |