Merge pull request #300889 from fabaff/tencentcloud-sdk-python-bump

python312Packages.tencentcloud-sdk-python: 3.0.1119 -> 3.0.1121

authored by Nick Cao and committed by GitHub 05de02ff 17e2c3fb

+2 -2
+2 -2
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "tencentcloud-sdk-python"; 12 - version = "3.0.1119"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.9"; ··· 18 owner = "TencentCloud"; 19 repo = "tencentcloud-sdk-python"; 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-F/aghPj/4xh06z+PTHSd/J7ImwouDd59/Cry2Zq13Jg="; 22 }; 23 24 build-system = [
··· 9 10 buildPythonPackage rec { 11 pname = "tencentcloud-sdk-python"; 12 + version = "3.0.1121"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.9"; ··· 18 owner = "TencentCloud"; 19 repo = "tencentcloud-sdk-python"; 20 rev = "refs/tags/${version}"; 21 + hash = "sha256-McSF0s6ACEDSrfOBCBVT2yEoUmKKeYiPoQpLoc5hHDU="; 22 }; 23 24 build-system = [