1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 06:35:58 +02:00

gnu: r-duckdb: Update to 1.4.1.

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

Change-Id: Ie20030b62333c25546ea172469d3c7488abefe2a
This commit is contained in:
Ricardo Wurmus
2025-11-14 22:06:43 +01:00
parent 2ced4fd7d2
commit c652f0d98e
+2 -2
View File
@@ -148,13 +148,13 @@ system.")
(define-public r-duckdb
(package
(name "r-duckdb")
(version "1.2.2")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "duckdb" version))
(sha256
(base32 "161zxianyssvsrd2345v4bi1m2z7wj614z8343jb73vhlk6s9yyi"))
(base32 "1dncqx72dgns84fl1p27rhf6h1zzxnxzavph32hcxmsdlx48d23m"))
;; 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.