mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-arrow: Update to 17.0.0.1.
* gnu/packages/cran.scm (r-arrow): Update to 17.0.0.1. Change-Id: I5a287b9488f40ea888d1faed15c2b3187520b56a
This commit is contained in:
parent
c2d172fc74
commit
afb6f222f6
1 changed files with 2 additions and 2 deletions
|
@ -26529,14 +26529,14 @@ (define-public r-ggpointdensity
|
|||
(define-public r-arrow
|
||||
(package
|
||||
(name "r-arrow")
|
||||
(version "16.1.0")
|
||||
(version "17.0.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "arrow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vz7vjm8j1k1ng2za3y1qdsrzhbx2p6zy48vsas6bkdywxp5ihb6"))))
|
||||
"0pp7rllpmdwsx0idqhfg4lv96cvdj6pbnypnlrr835jqv7sxn502"))))
|
||||
(properties `((upstream-name . "arrow")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue