python3Packages.tencentcloud-sdk-python: 3.1.136 -> 3.1.138 (#544336)

This commit is contained in:
Fabian Affolter
2026-07-21 21:03:20 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.136";
version = "3.1.138";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-KU4nA3SpcCN1PmrYJ2Yy/3ECXcy+P5nnuETd0NT5EE0=";
hash = "sha256-QzQtubmTzKYiKY5j/Ol0VfsbxP6/Cs6u7JZ1iRj5660=";
};
build-system = [ setuptools ];