python313Packages.tencentcloud-sdk-python: 3.0.1373 -> 3.0.1375 (#405561)

authored by OTABI Tomoya and committed by GitHub c1f595eb a20ba906

+2 -2
+2 -2
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "tencentcloud-sdk-python"; 13 - version = "3.0.1373"; 13 + version = "3.0.1375"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "TencentCloud"; 20 20 repo = "tencentcloud-sdk-python"; 21 21 tag = version; 22 - hash = "sha256-VaQLJWhfzo39LyC0XB7iL7YReOXqsaIeKFFdqqhfD+4="; 22 + hash = "sha256-FVFN0qnyOuAfs10Lee9S2CkwtBWoBMTjLFw2hnwO9E4="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];