summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-07-29 17:10:03 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-07-29 17:11:08 +0200
commit74abd1ebe97d8a9b264ba269019506fea6e4cb8e (patch)
tree0a58158fcff39a39bab0b37acfbc2384024709d0
parentef61998524a10adec4aa4f78bab236f7c8b03521 (diff)
downloadguix-patches-74abd1ebe97d8a9b264ba269019506fea6e4cb8e.tar
guix-patches-74abd1ebe97d8a9b264ba269019506fea6e4cb8e.tar.gz
gnu: r-arrow: Update to 5.0.0.
* gnu/packages/cran.scm (r-arrow): Update to 5.0.0.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 61672235e7..65dca6165f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17888,14 +17888,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
- (version "4.0.1")
+ (version "5.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
- "19kzfjxp90ybi1px3r93mfx59nqmnagxr4g73y7iby5blwl1bblc"))))
+ "1x9z7jr7rnsqi04vfs54qidhn8hi0j533lm7ka074jp4xdv1gxjx"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs