GNU bug report logs -
#76923
[PATCH 0/2] Update apache-arrow.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Mon, 10 Mar 2025 18:06:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 76923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-arrow): Update to 19.0.1.
Change-Id: If09bc10f5022caacb2d24873fa682042bdd72ef9
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8522eb07a55..c2b28b0cd32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29699,14 +29699,14 @@ (define-public r-ggpointdensity
(define-public r-arrow
(package
(name "r-arrow")
- (version "17.0.0.1")
+ (version "19.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
- "0pp7rllpmdwsx0idqhfg4lv96cvdj6pbnypnlrr835jqv7sxn502"))))
+ "0w1r87kh8j9vq657qnhbmwwc7mmyrra8622mrc76c2cym1rv1zhn"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(arguments
--
2.48.1
This bug report was last modified 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.