python311Packages.tencentcloud-sdk-python: 3.0.1113 -> 3.0.1114
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/refs/tags/3.0.1113...3.0.1114 Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1114/CHANGELOG.md
This commit is contained in:
parent
15efaa329d
commit
c8f168d66b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "tencentcloud-sdk-python";
|
||||
version = "3.0.1113";
|
||||
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-n78k2duJkgCPxqpCv2WnJsiyZSHVctSYJNeOc4W7cq0=";
|
||||
hash = "sha256-OqkXHnXoQE2BF2Lon9+3pPVvqXK9YQnoDewoQ13Aa1Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue