summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/duckdb.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/duckdb.scm b/gnu/packages/duckdb.scm
index 78d31e59c87..a7ce25e1f7d 100644
--- a/gnu/packages/duckdb.scm
+++ b/gnu/packages/duckdb.scm
@@ -148,13 +148,13 @@ system.")
148(define-public r-duckdb 148(define-public r-duckdb
149 (package 149 (package
150 (name "r-duckdb") 150 (name "r-duckdb")
151 (version "1.5.1") 151 (version "1.5.2")
152 (source 152 (source
153 (origin 153 (origin
154 (method url-fetch) 154 (method url-fetch)
155 (uri (cran-uri "duckdb" version)) 155 (uri (cran-uri "duckdb" version))
156 (sha256 156 (sha256
157 (base32 "177621m08whqqk4yhj3zrr08l3d9hhlqh3gm9jzhi5cplg47cksq")) 157 (base32 "1dldlfwvc33czvlxfmwaj4p9y6sjjj5iqy98yda47a8kclrqmyam"))
158 ;; This package bundles the duckdb sources and builds a custom variant 158 ;; This package bundles the duckdb sources and builds a custom variant
159 ;; of duckdb. I'd be happy to link it with our duckdb library instead, 159 ;; of duckdb. I'd be happy to link it with our duckdb library instead,
160 ;; but it does not seem possible to do that. 160 ;; but it does not seem possible to do that.