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

python313Packages.tencentcloud-sdk-python: 3.0.1364 -> 3.0.1366 (#402641)

parents 2188f1a4 600e73cf
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.1364";
  version = "3.0.1366";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-BkbOn+HCWVzGQW+glSKm+vAa8ZOQKCEMyL4gUC9e9GM=";
    hash = "sha256-wfFGrqku03a/9mvemBOQELIBxw27ys06906C/4/6fvA=";
  };

  build-system = [ setuptools ];