python312Packages.tencentcloud-sdk-python: 3.0.1421 -> 3.0.1423 (#425211)

This commit is contained in:
Nick Cao 2025-07-15 13:32:37 -04:00 committed by GitHub
commit 8b3f4cbd33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1421";
version = "3.0.1423";
pyproject = true;
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-jUFi0KMj22PuCHQlVKV/yqWFam3/WfMZxcpCr2St9N8=";
hash = "sha256-HITx60SRPAXKdVCl3jMq+AknGl5Su6S0whWuPOTRIMU=";
};
build-system = [ setuptools ];