python3Packages.tencentcloud-sdk-python: 3.1.107 -> 3.1.109 (#527781)

This commit is contained in:
Fabian Affolter
2026-06-04 11:36:36 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.107";
version = "3.1.109";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-6hXJx3VSXQlUs6h4gYP+Yqy6uoMKplKX1CfiwFIbZ70=";
hash = "sha256-UG4ZPNrqjSy9IQEPZa7hqN63TnrsJy/GDr9A3CP5ah4=";
};
build-system = [ setuptools ];