diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-07-11 15:35:27 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-07-12 14:29:06 +0200 |
commit | 177339b8b4b7da09cde9cfcb47b3d9591c1d1668 (patch) | |
tree | 0fa3e0e330c26b733bcf6e84735473e34730f041 /gnu/packages | |
parent | f0cc272cdbd41182d3f668539fb17dc5fe4ae6e8 (diff) |
gnu: r-arrow: Update to 12.0.1.
* gnu/packages/cran.scm (r-arrow): Update to 12.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 1f10d3f8a2..9ade68f85b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23754,14 +23754,14 @@ colored by the number of neighboring points. This is useful to visualize the (define-public r-arrow (package (name "r-arrow") - (version "12.0.0") + (version "12.0.1") (source (origin (method url-fetch) (uri (cran-uri "arrow" version)) (sha256 (base32 - "1hv18ksaghifj4jjdy1cf2ic0rrgfi7jbjpzxb7v6r3bbshs9vwi")))) + "0wrx9nvv7vw1ywdh6afk496dljwglnbkhjl5ywrrynfhidj7hnql")))) (properties `((upstream-name . "arrow"))) (build-system r-build-system) (inputs |