diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-05 13:34:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-05 15:16:28 +0200 |
commit | e20c61e8abd9dfe4946347376ac39cf2c013b1b8 (patch) | |
tree | 7f3c5175459efe1d4f62cb90ba42134436ba3623 | |
parent | 0910fe70487036c5da42bb3f275f6a78c31b8ec3 (diff) | |
download | guix-e20c61e8abd9dfe4946347376ac39cf2c013b1b8.tar.gz |
gnu: r-arrow: Update to 13.0.0.1.
* gnu/packages/cran.scm (r-arrow): Update to 13.0.0.1.
-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 37aea019e4..411063e492 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24375,14 +24375,14 @@ colored by the number of neighboring points. This is useful to visualize the (define-public r-arrow (package (name "r-arrow") - (version "13.0.0") + (version "13.0.0.1") (source (origin (method url-fetch) (uri (cran-uri "arrow" version)) (sha256 (base32 - "0s29xw9r9hxyvcgdasw95qa7q8zvs79ffhfnlpnzsvb523d2cb6l")))) + "1h08zx7hvmsib7mi8yn0pk0y2bqqn5scr804ln0g30jwvcjx7w56")))) (properties `((upstream-name . "arrow"))) (build-system r-build-system) (inputs |