python313Packages.tencentcloud-sdk-python: 3.0.1319 -> 3.0.1320 (#383286)

This commit is contained in:
Nick Cao
2025-02-19 14:42:56 -05:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1319";
version = "3.0.1320";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-AwWUvIx+BWfUelhGjYvzxLc08nNx/NXYDip5Et/hMdo=";
hash = "sha256-2ZT6uTUP6oEuHlkxp5EJxZNw3hN8LUUDV9Mt8dNXF58=";
};
build-system = [ setuptools ];