python3Packages.tencentcloud-sdk-python: 3.1.22 -> 3.1.23 (#475467)

This commit is contained in:
Fabian Affolter
2025-12-31 09:04:39 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.1.22";
version = "3.1.23";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-+hrBKYO1y0gCJw9odWbUNA7t4DXuSj4Lwr189vO82fM=";
hash = "sha256-TAhWPyUZu8PKO5tirjQ00djspW177jX1TrqTvS+7YIA=";
};
build-system = [ setuptools ];