python3Packages.tencentcloud-sdk-python: 3.1.121 -> 3.1.122 (#535162)

This commit is contained in:
Fabian Affolter
2026-06-25 12:14:30 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.120";
version = "3.1.122";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-VJnFj/NeGKT223boJWMZZC/LxHdu+pqNexd+ezuq/js=";
hash = "sha256-7d8WdODzOG+zkz+Y9f2OpdL2z5i12QZFOzOpGrVGUXY=";
};
build-system = [ setuptools ];