From f32825d20176ed1503d8b56d7733d47bf783ca22 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 11 Nov 2025 23:53:50 +0000 Subject: [PATCH] python3Packages.clickhouse-driver: 0.2.9 -> 0.2.10 --- pkgs/development/python-modules/clickhouse-driver/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/clickhouse-driver/default.nix b/pkgs/development/python-modules/clickhouse-driver/default.nix index 88fa2c85a4c7..7f361148338a 100644 --- a/pkgs/development/python-modules/clickhouse-driver/default.nix +++ b/pkgs/development/python-modules/clickhouse-driver/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "clickhouse-driver"; - version = "0.2.9"; + version = "0.2.10"; format = "setuptools"; # pypi source doesn't contain tests @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "mymarilyn"; repo = "clickhouse-driver"; rev = version; - hash = "sha256-PixzW9NJ87xAG/Rm/MedKS7CZTWw3wIQMiG/G65IvhY="; + hash = "sha256-veFkmXAp8b6/Npt7f1EhMfM9OKlLugKtlXS+zMHWAro="; }; nativeBuildInputs = [