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

python312Packages.tencentcloud-sdk-python: 3.0.1118 -> 3.0.1119
This commit is contained in:
Fabian Affolter 2024-03-29 18:13:41 +01:00 committed by GitHub
commit 0c350af31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1116";
version = "3.0.1119";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-TeS5ymvVbebzGdCbQL7HEtB4J4VgnzfEsB31zwjs6aE=";
hash = "sha256-F/aghPj/4xh06z+PTHSd/J7ImwouDd59/Cry2Zq13Jg=";
};
build-system = [