summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/duckdb.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/duckdb.scm b/gnu/packages/duckdb.scm
index 2d3c5bae437..78d31e59c87 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.0") 151 (version "1.5.1")
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 "01dvz5ns7y8fcqmj8nzmdb4idqdfk57v6zqvs5fxic2fhgamighh")) 157 (base32 "177621m08whqqk4yhj3zrr08l3d9hhlqh3gm9jzhi5cplg47cksq"))
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.
@@ -179,10 +179,12 @@ system.")
179 r-dplyr 179 r-dplyr
180 r-remotes 180 r-remotes
181 r-rlang 181 r-rlang
182 r-sf
182 r-testthat 183 r-testthat
183 r-tibble 184 r-tibble
184 r-vctrs 185 r-vctrs
185 r-withr 186 r-withr
187 r-wk
186 tzdata-for-tests)) 188 tzdata-for-tests))
187 (home-page "https://r.duckdb.org/") 189 (home-page "https://r.duckdb.org/")
188 (synopsis "DBI package for the DuckDB database management system") 190 (synopsis "DBI package for the DuckDB database management system")