python3Packages.clickhouse-connect: 0.8.18 -> 0.10.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:23 +01:00
parent 11a236078f
commit eb27a232e9
@@ -23,7 +23,7 @@
}:
buildPythonPackage rec {
pname = "clickhouse-connect";
version = "0.8.18";
version = "0.10.0";
format = "setuptools";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
repo = "clickhouse-connect";
owner = "ClickHouse";
tag = "v${version}";
hash = "sha256-lU35s8hldexyH8YC942r+sYm5gZCWqO2GXW0qtTTWWY=";
hash = "sha256-D2D0sOFb0gcbLfMigYn0/GrT8zJav2Q6T39dONLxui4=";
};
nativeBuildInputs = [ cython ];