python3Packages.tencentcloud-sdk-python: 3.1.162 -> 3.1.163 (#555973)

This commit is contained in:
Fabian Affolter
2026-08-24 14:12:42 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.162";
version = "3.1.163";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-ap6wIzL2G+Ogbsf53tKgkkYQNRVsUUymlm+A/B7F3Tc=";
hash = "sha256-Y6xQ3UWmpvwZfLerrc2urtA6c0AT1474DI0ZvxGcxzM=";
};
build-system = [ setuptools ];