python313Packages.tencentcloud-sdk-python: 3.0.1447 -> 3.0.1449 (#437295)

This commit is contained in:
Fabian Affolter
2025-08-27 14:38:50 +02:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1447";
version = "3.0.1449";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-JNuw+Zv5w674Q+cOd78e/5Sj1G+dHJ4cwJoLtjnX2NU=";
hash = "sha256-j2AJiG764xB01bch/bAhxqc2KwgtRAfUaSYvhxKy5I4=";
};
build-system = [ setuptools ];