python311Packages.clickhouse-connect: 0.7.4 -> 0.7.7

This commit is contained in:
R. Ryantm 2024-04-06 15:16:37 +00:00
parent f6eb921406
commit ecf24e1b7c
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
}:
buildPythonPackage rec {
pname = "clickhouse-connect";
version = "0.7.4";
version = "0.7.7";
format = "setuptools";
@ -33,7 +33,7 @@ buildPythonPackage rec {
repo = "clickhouse-connect";
owner = "ClickHouse";
rev = "refs/tags/v${version}";
hash = "sha256-YEtcM9+GO8mYv2pyaBYmXdmWLXVuteKtQIJR4H+Xsd4=";
hash = "sha256-EnASrc4yUxSQ5kgaY5xcjZG7y8ZWLabUFAcdF5ZZNBQ=";
};
nativeBuildInputs = [ cython_3 ];