From c8f660143681dcf887b847ddf790d9fbaec6796b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 Sep 2025 16:52:39 +0000 Subject: [PATCH] python3Packages.clickhouse-driver: 0.2.7 -> 0.2.9 --- 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 6eb3013063f5..88fa2c85a4c7 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.7"; + version = "0.2.9"; format = "setuptools"; # pypi source doesn't contain tests @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "mymarilyn"; repo = "clickhouse-driver"; rev = version; - hash = "sha256-l0YHWY25PMHgZG/sAZjtGhwmcxWdA8k96zlm9hbKcek="; + hash = "sha256-PixzW9NJ87xAG/Rm/MedKS7CZTWw3wIQMiG/G65IvhY="; }; nativeBuildInputs = [