Fabian Affolter 2025-06-05 00:17:38 +02:00
parent 12d537f545
commit 7ec4c430e8

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1392";
version = "3.0.1393";
pyproject = true;
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-dEf4kcaykngTmxVdMXuoiwG5aBwirHA8zVluh7woHrM=";
hash = "sha256-cw+H8CvyCWbhYvNkGFesSqqhHwlUg3oHCKn9Vtll3JA=";
};
build-system = [ setuptools ];