all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73608] [PATCH] gnu: duckdb: Update to 1.1.1
@ 2024-10-02 16:52 Mattia Bunel
  2024-10-11 13:39 ` bug#73608: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Mattia Bunel @ 2024-10-02 16:52 UTC (permalink / raw)
  To: 73608

* 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





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

* bug#73608: [PATCH] gnu: duckdb: Update to 1.1.1
  2024-10-02 16:52 [bug#73608] [PATCH] gnu: duckdb: Update to 1.1.1 Mattia Bunel
@ 2024-10-11 13:39 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-10-11 13:39 UTC (permalink / raw)
  To: 73608-done

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


Closing in favour of passed QA https://issues.guix.gnu.org/73695.

Thanks,
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-10-11 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 16:52 [bug#73608] [PATCH] gnu: duckdb: Update to 1.1.1 Mattia Bunel
2024-10-11 13:39 ` bug#73608: " 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.