python313Packages.tencentcloud-sdk-python: 3.0.1316 -> 3.0.1317 (#381712)

This commit is contained in:
Fabian Affolter
2025-02-13 13:37:30 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1316";
version = "3.0.1317";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-g3a/WQVfYlAgRecvP+s1jvxEDwNvwx4enDhnkW0UrYo=";
hash = "sha256-UIDr9RkApo2vH5TaUwtPLMcqQd89vFMMzEBGk0Zy+Fo=";
};
build-system = [ setuptools ];