Archived
1
0
Fork 0

gnu: r-arrow: Update to 7.0.0.

* gnu/packages/cran.scm (r-arrow): Update to 7.0.0.
[propagated-inputs]: Add r-cpp11.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:29 +01:00
parent 962cefe18a
commit 4fa92d643c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18858,14 +18858,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow (define-public r-arrow
(package (package
(name "r-arrow") (name "r-arrow")
(version "6.0.1") (version "7.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "arrow" version)) (uri (cran-uri "arrow" version))
(sha256 (sha256
(base32 (base32
"14fghz9xijcrck0c65crvfidgyhgzy9b2apwmg7qrgn2sy09xm0p")))) "1s9h2aw6iig45nz2rfk13qbp0qydx6cc4r6qs58f9cm9vgwsg76l"))))
(properties `((upstream-name . "arrow"))) (properties `((upstream-name . "arrow")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
@ -18873,6 +18873,7 @@ colored by the number of neighboring points. This is useful to visualize the
(propagated-inputs (propagated-inputs
(list r-assertthat (list r-assertthat
r-bit64 r-bit64
r-cpp11
r-purrr r-purrr
r-r6 r-r6
r-rlang r-rlang