GNU bug report logs - #73608
[PATCH] gnu: duckdb: Update to 1.1.1

Previous Next

Package: guix-patches;

Reported by: Mattia Bunel <mattia.bunel <at> ehess.fr>

Date: Thu, 3 Oct 2024 04:16:15 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mattia Bunel <mattia.bunel <at> ehess.fr>
Subject: bug#73608: closed ([PATCH] gnu: duckdb: Update to 1.1.1)
Date: Fri, 11 Oct 2024 13:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73608: [PATCH] gnu: duckdb: Update to 1.1.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73608 <at> debbugs.gnu.org.

-- 
73608: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73608
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 73608-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: duckdb: Update to 1.1.1
Date: Fri, 11 Oct 2024 14:39:48 +0100
[Message part 3 (text/plain, inline)]
Closing in favour of passed QA https://issues.guix.gnu.org/73695.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Mattia Bunel <mattia.bunel <at> ehess.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: duckdb: Update to 1.1.1
Date: Wed, 2 Oct 2024 18:52:32 +0200
* gnu/packages/databases.scm (duckdb): Update to 1.1.1.

Change-Id: Ifc13c5703ef1a2ecda5a3e2feb00eea1cb184c02
---
 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 784e633626..46a9febb0e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -195,7 +195,7 @@ (define-module (gnu packages databases)
 (define-public duckdb
   (package
     (name "duckdb")
-    (version "1.0.0")
+    (version "1.1.1")
     (source
       (origin
        (method git-fetch)
@@ -205,14 +205,14 @@ (define-public duckdb
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11yqgnf354g3fjj0rvsw8zzz915vf9i3jxmpchpwy09yzxd72cbg"))
+         "0s2zmrr7m0wb0gmspjcqpyglv8s0zx78k4283abm560ql87bgx30"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
             ;; There is no git checkout from which to read the version 
tag.
             (substitute* "CMakeLists.txt"
               (("set\\(DUCKDB_VERSION \"[^\"]*\"")
-               (string-append "set(DUCKDB_VERSION \"v" #$version 
"-dev0\"")))))))
+               (string-append "set(DUCKDB_VERSION \"v" #$version 
"\"")))))))
     (build-system cmake-build-system)
     (home-page "https://duckdb.org")
     (synopsis "In-process SQL OLAP database management system")

base-commit: b522b468cbefcae6170e260ffadadb57f6f5ca54
-- 
2.46.2




This bug report was last modified 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.