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

python311Packages.tencentcloud-sdk-python: 3.0.1113 -> 3.0.1114
This commit is contained in:
Fabian Affolter 2024-03-22 18:23:59 +01:00 committed by GitHub
commit 460611c3a4
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.1112";
version = "3.0.1114";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-icfRs0+ljMx7YoViRKPyPK8Kp8Zx3dp0aiKxw8yYrUs=";
hash = "sha256-OqkXHnXoQE2BF2Lon9+3pPVvqXK9YQnoDewoQ13Aa1Q=";
};
nativeBuildInputs = [