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 ba00c29 + 8c23517 commit 1f5e5f9Copy full SHA for 1f5e5f9
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.1290";
+ version = "3.0.1291";
14
pyproject = true;
15
16
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "TencentCloud";
20
repo = "tencentcloud-sdk-python";
21
rev = "refs/tags/${version}";
22
- hash = "sha256-sGIJKU3q+TGDMW6LWtbyiGq1wv1iFRQJ2MBtjK+zqqY=";
+ hash = "sha256-Kc+gnY1swnN2Rle/JHPJlopziYbCIFijRKVZx5Phs8w=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments