Unverified Commit 0aec2907 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.thinqconnect: 1.0.11 -> 1.0.12 (#514554)

parents 98537a7c 181d5214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "thinqconnect";
  version = "1.0.11";
  version = "1.0.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "thinq-connect";
    repo = "pythinqconnect";
    tag = version;
    hash = "sha256-ZM+CCnGJga66b68MLKkd80dHPhF4mYMIFuV1M+5K3C8=";
    hash = "sha256-LOIqh/f9NiaBpkJqre1TejdUN0gbguSM3s8faGPcf54=";
  };

  build-system = [ setuptools ];