Merge pull request #293453 from fabaff/tencentcloud-sdk-python-bump

python311Packages.tencentcloud-sdk-python: 3.0.1098 -> 3.0.1100
This commit is contained in:
Fabian Affolter 2024-03-05 10:59:02 +01:00 committed by GitHub
commit f2d765d097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1098";
version = "3.0.1100";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-5BG5WizkBP/KYHS00v949uQgiCChR3DWW0MnMXRBDAs=";
hash = "sha256-TaEsYIRYKOSPrUVE1tMy8GjewG7KYoQLXbwJGA//Z9c=";
};
nativeBuildInputs = [