Commit 5b542c76 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 1582bc8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "tencentcloud-sdk-python";
  version = "3.0.1192";
  version = "3.0.1193";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    rev = "refs/tags/${version}";
    hash = "sha256-gQK8MindCfero/TXPyS3EuhUX9i24kHzJeg9iLYg2qI=";
    hash = "sha256-14WFIGBGnZD8UpcGs9ArKSS3d3tOoOyjyqj/5N0APRU=";
  };

  build-system = [ setuptools ];