python313Packages.tencentcloud-sdk-python: 3.0.1404 -> 3.0.1405 (#418757)

This commit is contained in:
Nick Cao
2025-06-22 10:43:02 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1404";
version = "3.0.1405";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-3T/Y5qGbJvsqrB972iV4FkVYuv3YPRwH2B7B4SnjRhg=";
hash = "sha256-cFEuSlOZMUBgUT7KeWBODtCnT+Pog75hkyavwvqzVEU=";
};
build-system = [ setuptools ];