We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f86427 + b0ad4b8 commit cc7dfa5Copy full SHA for cc7dfa5
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.1343";
+ version = "3.0.1344";
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-N6gpd1t9cCZkZLRabapzX7h2ui/rA01Gy9Lu138oADE=";
+ hash = "sha256-AB1ZNM0wMJPNhOdYGNAbk1Vjcx7Ir3kSqGcfkL0pIdw=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments