python3Packages.tencentcloud-sdk-python: 3.0.1483 -> 3.0.1484

This commit is contained in:
R. Ryantm 2025-11-08 18:30:34 +00:00
parent 8d35636e60
commit 368a919d92

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1483";
version = "3.0.1484";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-yidKh50qnikyhBeuMKxiVD4xdqRO2ReJp1SuD266lHM=";
hash = "sha256-nAfQTg4sufpyKAH37/TaUzklvIY5UPTLKf0t3chUAcI=";
};
build-system = [ setuptools ];