gnu: r-arrow: Update to 12.0.1.1.
* gnu/packages/cran.scm (r-arrow): Update to 12.0.1.1.
This commit is contained in:
parent
8544df1950
commit
05ec778076
@ -24294,14 +24294,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")
|
(version "12.0.1.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
|
||||||
"0wrx9nvv7vw1ywdh6afk496dljwglnbkhjl5ywrrynfhidj7hnql"))))
|
"18c864ingckbi3v2xhigaiv72sc2c4x3zps60z0v22slkpz5ba0s"))))
|
||||||
(properties `((upstream-name . "arrow")))
|
(properties `((upstream-name . "arrow")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user