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 e965f302a97..2d3c5bae437 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.4.4") 151 (version "1.5.0")
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 "1hch36v3lsymnx30lv3cjy12gs3v3mhd44ha97l7w9mwp9wbzmxl")) 157 (base32 "01dvz5ns7y8fcqmj8nzmdb4idqdfk57v6zqvs5fxic2fhgamighh"))
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.