python313Packages.tencentcloud-sdk-python: 3.0.1444 -> 3.0.1445 (#434709)

This commit is contained in:
Fabian Affolter
2025-08-19 18:16:38 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1444";
version = "3.0.1446";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-nuB6OYFDHfqhKFti96YAt6BYrdIqm357YPHm0mT90uY=";
hash = "sha256-+lYLCcuM1BX80qEKYoYe/Zuqlk/QbebGICgoLqNbhts=";
};
build-system = [ setuptools ];