Skip to content

Commit e2ceb21

Browse files
authored
python3Packages.tencentcloud-sdk-python: 3.1.72 -> 3.1.73 (NixOS#508129)
2 parents 5db75ed + be7ef6a commit e2ceb21

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/tencentcloud-sdk-python

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/tencentcloud-sdk-python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage (finalAttrs: {
1111
pname = "tencentcloud-sdk-python";
12-
version = "3.1.72";
12+
version = "3.1.73";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "TencentCloud";
1717
repo = "tencentcloud-sdk-python";
1818
tag = finalAttrs.version;
19-
hash = "sha256-Et9Tkyh7IIC8Z6P3OF/aQMIl3p2UNNoHbjMlrYGtpMw=";
19+
hash = "sha256-VYjJLaFVGgIV35naRZaFhTSf8Z3AjCmPTkcxJdshSyY=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)