gnu: r-arrow: Update to 13.0.0.
* gnu/packages/cran.scm (r-arrow): Update to 13.0.0.
This commit is contained in:
parent
6739c534f8
commit
080d088016
1 changed files with 2 additions and 2 deletions
|
@ -24338,14 +24338,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 "12.0.1.1")
|
(version "13.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
|
||||||
"18c864ingckbi3v2xhigaiv72sc2c4x3zps60z0v22slkpz5ba0s"))))
|
"0s29xw9r9hxyvcgdasw95qa7q8zvs79ffhfnlpnzsvb523d2cb6l"))))
|
||||||
(properties `((upstream-name . "arrow")))
|
(properties `((upstream-name . "arrow")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue