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

python313Packages.tencentcloud-sdk-python: 3.0.1338 -> 3.0.1339 (#389916)

parents 03f2434f f6d394dc
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.1338";
  version = "3.0.1339";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-xp+5hJP6WIK+ROj0+ZRLSNVhuDmOfRBrfufZhUTnJ2Q=";
    hash = "sha256-SyrN+EiDlKzP0nc/dYib8TQmyO3CoUT7BydXl116SEE=";
  };

  build-system = [ setuptools ];