1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-duckdb: Update to 1.4.4.

* gnu/packages/duckdb.scm (r-duckdb): Update to 1.4.4.

Change-Id: I005f2ffcf96e110fad5dfe1297e0448662873b45
This commit is contained in:
Ricardo Wurmus
2026-01-29 20:16:58 +01:00
committed by Andreas Enge
parent 4c045a890a
commit 24d7af4799

View File

@@ -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.