python313Packages.tencentcloud-sdk-python: 3.0.1468 -> 3.0.1470 (#447509)

This commit is contained in:
Nick Cao
2025-09-30 22:44:09 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1468";
version = "3.0.1470";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-uFIUtIU6nFitFna9iw34DiQgBrN69WKznijgVNeHNd0=";
hash = "sha256-j6DD4JZ2hzKZM1hr0jiwK9bqWgKhAsWi7vFG/CYTRGg=";
};
build-system = [ setuptools ];