python3Packages.tencentcloud-sdk-python: 3.1.146 -> 3.1.147 (#547876)

This commit is contained in:
Fabian Affolter
2026-07-31 19:51:26 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.146";
version = "3.1.147";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-bPtW7oz2haE2PUukLpACMqhi8Y23QGmYqn7Is81hfLk=";
hash = "sha256-ggeM+WKpilDBtedKp3avdn4qqiNwLJ5balaVjZPknfg=";
};
build-system = [ setuptools ];