GNU bug report logs -
#73608
[PATCH] gnu: duckdb: Update to 1.1.1
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73608 in the body.
You can then email your comments to 73608 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73608
; Package
guix-patches
.
(Thu, 03 Oct 2024 04:16:25 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mattia Bunel <mattia.bunel <at> ehess.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Oct 2024 04:16:27 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Fri, 11 Oct 2024 13:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mattia Bunel <mattia.bunel <at> ehess.fr>
:
bug acknowledged by developer.
(Fri, 11 Oct 2024 13:42:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73608-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Closing in favour of passed QA https://issues.guix.gnu.org/73695.
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 09 Nov 2024 12:24:06 GMT)
Full text and
rfc822 format available.
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.