Unverified Commit a6e64954 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.clickhouse-connect: 0.8.14 -> 0.8.16 (#396717)

parents 41e1c4ff ff10684d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
}:
buildPythonPackage rec {
  pname = "clickhouse-connect";
  version = "0.8.14";
  version = "0.8.16";

  format = "setuptools";

@@ -34,7 +34,7 @@ buildPythonPackage rec {
    repo = "clickhouse-connect";
    owner = "ClickHouse";
    tag = "v${version}";
    hash = "sha256-srUNIjoov2kIzfvFkyyktKjn5UNfxS5aqRlmgeJvljw=";
    hash = "sha256-qPlxgBWISd3hb2L5fgFDo1fREJ3DRgQeayzv9EkIVY0=";
  };

  nativeBuildInputs = [ cython ];