Unverified Commit b3bf4821 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python313Packages.trino-python-client: 0.322.0 -> 0.323.0 (#394971)

parents 0ce2a05e 526183ee
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "trino-python-client";
  version = "0.322.0";
  version = "0.323.0";
  format = "setuptools";

  src = fetchFromGitHub {
    repo = pname;
    owner = "trinodb";
    tag = version;
    hash = "sha256-Hl88Keavyp1QBw67AFbevy/btzNs7UlsKQ93K02YgLM=";
    hash = "sha256-Nr7p7x5cxxuPv2NUh1uMth97OQ+H2KBlu0SHVJ7Zu1M=";
  };

  nativeBuildInputs = [ setuptools ];
@@ -65,6 +65,9 @@ buildPythonPackage rec {
    description = "Client for the Trino distributed SQL Engine";
    homepage = "https://github.com/trinodb/trino-python-client";
    license = licenses.asl20;
    maintainers = with maintainers; [ cpcloud ];
    maintainers = with maintainers; [
      cpcloud
      flokli
    ];
  };
}