Fabian Affolter
2024-10-16 13:16:08 +02:00
parent 9a8c211a9d
commit 80b768aee4
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1250";
version = "3.0.1251";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-uYFqouxjjKPqupwCcIpUIte1V5MykJPr50Z5oFqzP0E=";
hash = "sha256-zLC0jpxRrdsZ9vP8x0ayqMcPE197jwCIL2OrJjS2Wuk=";
};
build-system = [ setuptools ];