diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-31 18:43:54 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:25 +0200 |
| commit | dd7baf9aff7b7e2a32d1ca524848dc1173737ef7 (patch) | |
| tree | fa66e7d733f89420e4005854e4942f88b27cafa6 /gnu/packages | |
| parent | 37151442aba463190b0d66bdefb46c5144b22c9e (diff) | |
gnu: r-duckdb: Update to 1.5.1.
* gnu/packages/duckdb.scm (r-duckdb): Update to 1.5.1.
[native-inputs]: Add r-sf and r-wk.
Change-Id: Iade830c33439340203d150b105465adc762e2ee0
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/duckdb.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/duckdb.scm b/gnu/packages/duckdb.scm index 2d3c5bae437..78d31e59c87 100644 --- a/gnu/packages/duckdb.scm +++ b/gnu/packages/duckdb.scm @@ -148,13 +148,13 @@ system.") (define-public r-duckdb (package (name "r-duckdb") - (version "1.5.0") + (version "1.5.1") (source (origin (method url-fetch) (uri (cran-uri "duckdb" version)) (sha256 - (base32 "01dvz5ns7y8fcqmj8nzmdb4idqdfk57v6zqvs5fxic2fhgamighh")) + (base32 "177621m08whqqk4yhj3zrr08l3d9hhlqh3gm9jzhi5cplg47cksq")) ;; This package bundles the duckdb sources and builds a custom variant ;; of duckdb. I'd be happy to link it with our duckdb library instead, ;; but it does not seem possible to do that. @@ -179,10 +179,12 @@ system.") r-dplyr r-remotes r-rlang + r-sf r-testthat r-tibble r-vctrs r-withr + r-wk tzdata-for-tests)) (home-page "https://r.duckdb.org/") (synopsis "DBI package for the DuckDB database management system") |
