Fabian Affolter
2025-05-10 11:02:04 +02:00
parent b5d04938bf
commit d82d668e6d
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1373";
version = "3.0.1374";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-VaQLJWhfzo39LyC0XB7iL7YReOXqsaIeKFFdqqhfD+4=";
hash = "sha256-ydDyaqgX+r8JklMrtd2ujo2AoDkB0LkR3ZSdYzlHxiw=";
};
build-system = [ setuptools ];