python313Packages.tencentcloud-sdk-python: 3.1.44 -> 3.1.45 (#487624)

This commit is contained in:
Nick Cao
2026-02-06 21:33:02 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.44";
version = "3.1.45";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-Vr91io2yHJrfYGu6rZypI7IeNSVZb+iwLtfbVADLdxQ=";
hash = "sha256-sfvRrI8MFvX56qBjp7f8hmQQDg/3weGwL+6Kx5rcRao=";
};
build-system = [ setuptools ];