all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71480] [PATCH] gnu: duckdb: Update to 1.0.0.
@ 2024-06-10 16:33 Felix Gruber
  2024-07-08 22:39 ` bug#71480: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2024-06-10 16:33 UTC (permalink / raw)
  To: 71480; +Cc: Felix Gruber

* gnu/packages/databases.scm (duckdb): Update to 1.0.0.

Change-Id: I00afe247b221bee0a24297d1eb3d7c76d06d09f9
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f6e608d99a..0d809d6d9d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -59,7 +59,7 @@
 ;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
-;;; Copyright © 2023 Felix Gruber <felgru@posteo.ne
+;;; Copyright © 2023, 2024 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2023 Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
@@ -195,7 +195,7 @@ (define-module (gnu packages databases)
 (define-public duckdb
   (package
     (name "duckdb")
-    (version "0.9.2")
+    (version "1.0.0")
     (source
       (origin
        (method git-fetch)
@@ -205,7 +205,7 @@ (define-public duckdb
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0dbsxyiz7c8sxflbfj87qv0b2s69zk802vsk5h00ra8w8fcbqlj0"))
+         "11yqgnf354g3fjj0rvsw8zzz915vf9i3jxmpchpwy09yzxd72cbg"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

base-commit: df5648daa1a5d097a430131bbff353b865b476b6
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71480: [PATCH] gnu: duckdb: Update to 1.0.0.
  2024-06-10 16:33 [bug#71480] [PATCH] gnu: duckdb: Update to 1.0.0 Felix Gruber
@ 2024-07-08 22:39 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-07-08 22:39 UTC (permalink / raw)
  To: 71480-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as bd16175f0fd8290e72f351ab6b82fc628400fd48 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-08 22:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 16:33 [bug#71480] [PATCH] gnu: duckdb: Update to 1.0.0 Felix Gruber
2024-07-08 22:39 ` bug#71480: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.