Fabian Affolter
2025-08-19 13:41:34 +02:00
parent 0f42801370
commit 65a1bdf086
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1444";
version = "3.0.1445";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-nuB6OYFDHfqhKFti96YAt6BYrdIqm357YPHm0mT90uY=";
hash = "sha256-VULwBaGKe2/TNZLjrdDT1SiaVc/RUBCjyyb8q5LjEoY=";
};
build-system = [ setuptools ];