python313Packages.tencentcloud-sdk-python: 3.0.1436 -> 3.0.1437 (#430920)

This commit is contained in:
Nick Cao
2025-08-05 15:59:05 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1436";
version = "3.0.1437";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-CyZ3y6NhKwVAPVg1vTzRlV4kgBoOACsxWeWVUV4je3s=";
hash = "sha256-tq+8TZnZbs6/6160YCQTg6f+jjbxKsfhfhLNEpOyP6E=";
};
build-system = [ setuptools ];