diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-29 20:16:58 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 10:18:17 +0100 |
| commit | 24d7af47995437ee7271abe2c499632e766bed85 (patch) | |
| tree | 80207cff9edc2e6a5e2762653de9165d3bd93c2a /gnu/packages/duckdb.scm | |
| parent | 4c045a890a71ecf1e3aa477af533986827e12a65 (diff) | |
gnu: r-duckdb: Update to 1.4.4.
* gnu/packages/duckdb.scm (r-duckdb): Update to 1.4.4.
Change-Id: I005f2ffcf96e110fad5dfe1297e0448662873b45
Diffstat (limited to 'gnu/packages/duckdb.scm')
| -rw-r--r-- | gnu/packages/duckdb.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/duckdb.scm b/gnu/packages/duckdb.scm index bf288e9da4d..5d65e27c4c1 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.4.3") + (version "1.4.4") (source (origin (method url-fetch) (uri (cran-uri "duckdb" version)) (sha256 - (base32 "0br7d7gadi0gbpd45syvig6zs1b0sl3vpn8wa272hs8jv4d73ar3")) + (base32 "1hch36v3lsymnx30lv3cjy12gs3v3mhd44ha97l7w9mwp9wbzmxl")) ;; 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. |
