mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-arrow: Update to 5.0.0.
* gnu/packages/cran.scm (r-arrow): Update to 5.0.0.
This commit is contained in:
parent
ef61998524
commit
74abd1ebe9
1 changed files with 2 additions and 2 deletions
|
@ -17888,14 +17888,14 @@ (define-public r-ggpointdensity
|
||||||
(define-public r-arrow
|
(define-public r-arrow
|
||||||
(package
|
(package
|
||||||
(name "r-arrow")
|
(name "r-arrow")
|
||||||
(version "4.0.1")
|
(version "5.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
|
||||||
"19kzfjxp90ybi1px3r93mfx59nqmnagxr4g73y7iby5blwl1bblc"))))
|
"1x9z7jr7rnsqi04vfs54qidhn8hi0j533lm7ka074jp4xdv1gxjx"))))
|
||||||
(properties `((upstream-name . "arrow")))
|
(properties `((upstream-name . "arrow")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue