python3Packages.tencentcloud-sdk-python: 3.1.109 -> 3.1.110 (#528249)

This commit is contained in:
Fabian Affolter
2026-06-05 07:57:44 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.109";
version = "3.1.110";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-UG4ZPNrqjSy9IQEPZa7hqN63TnrsJy/GDr9A3CP5ah4=";
hash = "sha256-o080VQfCRI9m3jjEj/x3RiJCBxGToY1ulUOauGOM+v8=";
};
build-system = [ setuptools ];