gnu: r-arrow: Update to 6.0.1.

* gnu/packages/cran.scm (r-arrow): Update to 6.0.1.
This commit is contained in:
Ricardo Wurmus 2021-11-23 11:31:54 +01:00
parent b60089e837
commit 545ae3652e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -18529,14 +18529,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 "5.0.0.2") (version "6.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "arrow" version)) (uri (cran-uri "arrow" version))
(sha256 (sha256
(base32 (base32
"1ajkcmasj22j5k15ms7iyd1rg9qpdj5jya6nmhzh8z4iiv7gy13j")))) "14fghz9xijcrck0c65crvfidgyhgzy9b2apwmg7qrgn2sy09xm0p"))))
(properties `((upstream-name . "arrow"))) (properties `((upstream-name . "arrow")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs