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

This commit is contained in:
Nick Cao
2025-03-28 14:45:04 -04:00
committed by GitHub
@@ -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 ];