Skip to content

Commit

Permalink
Merge pull request #302131 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.clickhouse-connect

python311Packages.clickhouse-connect: 0.7.4 -> 0.7.7
  • Loading branch information
NickCao authored Apr 6, 2024
2 parents 36d375b + ecf24e1 commit b3ce967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}:
buildPythonPackage rec {
pname = "clickhouse-connect";
version = "0.7.4";
version = "0.7.7";

format = "setuptools";

Expand All @@ -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 ];
Expand Down

0 comments on commit b3ce967

Please sign in to comment.