Fabian Affolter
2026-04-24 10:59:44 +02:00
parent d5fd29269c
commit c4556b25f3
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "tencentcloud-sdk-python";
version = "3.1.84";
version = "3.1.85";
pyproject = true;
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = finalAttrs.version;
hash = "sha256-nBI2PXgbXNqutstWGuT199OYbbS/Iy9aLGJK3B1s83w=";
hash = "sha256-8uJNo4gDUlY4oX1cMrJtrwGYc0la2nac+rjHBRoPAj8=";
};
build-system = [ setuptools ];