python3Packages.tencentcloud-sdk-python: 3.1.22 -> 3.1.23

This commit is contained in:
R. Ryantm
2025-12-31 02:03:10 +00:00
parent 6e600478a7
commit 1b4e7823b3
@@ -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 ];