python311Packages.clickhouse-connect: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm 2024-04-16 20:08:39 +00:00
parent 4a04be9a3c
commit 1f213b554f
1 changed files with 2 additions and 2 deletions

View File

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