1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: duckdb: Update to 1.1.1. [security fixes]

This fixes CVE-2024-41672.

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

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2024-10-08 08:27:01 +02:00 committed by Sharlatan Hellseher
parent 084d94289c
commit 74b012310f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -195,7 +195,7 @@
(define-public duckdb
(package
(name "duckdb")
(version "1.0.0")
(version "1.1.1")
(source
(origin
(method git-fetch)
@ -205,7 +205,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"11yqgnf354g3fjj0rvsw8zzz915vf9i3jxmpchpwy09yzxd72cbg"))
"0s2zmrr7m0wb0gmspjcqpyglv8s0zx78k4283abm560ql87bgx30"))
(modules '((guix build utils)))
(snippet
#~(begin