python312Packages.clickhouse-connect: 0.7.1 -> 0.7.2
This commit is contained in:
parent
89d56ddd5b
commit
e27ddbd1cf
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "clickhouse-connect";
|
||||
version = "0.7.1";
|
||||
version = "0.7.2";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||
repo = "clickhouse-connect";
|
||||
owner = "ClickHouse";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Qdv0DcdIjqz8NtyMsVNQxGTxsB3TpXUGDA3oL8QbBDc=";
|
||||
hash = "sha256-UOS0Z8KsMqyFBPfVc8Lag7zfw1DNgNDEnvAbmG15FGg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cython_3 ];
|
||||
|
|
Loading…
Reference in a new issue