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:
parent
962cefe18a
commit
4fa92d643c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue