diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:15 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:17 +0100 |
| commit | d3dd4635c787e65622c13437d650a721ecf78bf9 (patch) | |
| tree | 15edec0836e2c2aa3fb946ae478d1e9adc62a305 /gnu | |
| parent | 46223ce28bbee5f4785e44b9bbd4a1fbb82fc474 (diff) | |
gnu: r-arrow: Update to 22.0.0.1.
* gnu/packages/cran.scm (r-arrow): Update to 22.0.0.1.
Change-Id: I0a714eec594fe09e6b92d403333cf24310402d8d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f9d4876946..34393639e4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -39024,14 +39024,14 @@ colored by the number of neighboring points. This is useful to visualize the (define-public r-arrow (package (name "r-arrow") - (version "22.0.0") + (version "22.0.0.1") (source (origin (method url-fetch) (uri (cran-uri "arrow" version)) (sha256 (base32 - "1ax8ivyhcc9r9wdzvjqbw06ky5mq0n3rp3zaw96kjxrcidf4z1ka")))) + "1rff00prwaiyjwl8sw1dcpy0k4zrn4b6j157r4cvp6pw58blc5jb")))) (properties `((upstream-name . "arrow") (updater-ignored-native-inputs . ("r-duckdb")) |
