python312Packages.tencentcloud-sdk-python: 3.0.1280 -> 3.0.1281 (#365645)

This commit is contained in:
Fabian Affolter
2024-12-17 08:27:00 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1280";
version = "3.0.1282";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-9hSGe7E0jp6JN3Oi1zkxI2tU+ZAJm9BFdx43Dce+S+I=";
hash = "sha256-d9zi0pnpZwC1uTWT+223U+KUvlvztdKh09J5Y1vgryc=";
};
build-system = [ setuptools ];