1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: r-duckdb: Update to 1.4.2.

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

Change-Id: I7f8c65d1e994906a27dc05610934d4136e1afa50
This commit is contained in:
Ricardo Wurmus
2025-11-20 14:46:45 +01:00
parent e8224f3e81
commit 98059912dd
+2 -2
View File
@@ -148,13 +148,13 @@ system.")
(define-public r-duckdb
(package
(name "r-duckdb")
(version "1.4.1")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "duckdb" version))
(sha256
(base32 "1dncqx72dgns84fl1p27rhf6h1zzxnxzavph32hcxmsdlx48d23m"))
(base32 "1k2ks40mw7qviwwa53jv76bb48jxk9cfp6lrc06ripfifabd2pix"))
;; 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.