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

python313Packages.tencentcloud-sdk-python: 3.0.1349 -> 3.0.1350 (#393910)

parents 27ba33ad 66c7a5b6
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.1349";
  version = "3.0.1350";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-7vVFKqr3QLSp5/6IRQVmCKYi+GYWsRPXT1xBmLrG1CU=";
    hash = "sha256-ITdA2Z7MWZskPlSOqS9T49v4f/JQXB8Uuq+p9AugIcA=";
  };

  build-system = [ setuptools ];