We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4684ee + d0681e9 commit 0f0e0f2Copy full SHA for 0f0e0f2
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "tencentcloud-sdk-python";
13
- version = "3.0.1341";
+ version = "3.0.1342";
14
pyproject = true;
15
16
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "TencentCloud";
20
repo = "tencentcloud-sdk-python";
21
tag = version;
22
- hash = "sha256-3zegzsEqLaaSP2hn32YsaoDPQQulyytGTD02/U6jEiA=";
+ hash = "sha256-Hjb458+cOIIaPj7OnKmbcliI+caRx0JYoio+d5SrAuw=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments