lol

python313Packages.tencentcloud-sdk-python: 3.0.1345 -> 3.0.1347 (#393466)

authored by

Fabian Affolter and committed by
GitHub
d6ae0757 c1baee15

+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.1345"; 13 + version = "3.0.1347"; 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-sqWGrXuM8cUzVPKzpCeVRdE6uVg6hMG/tl4TEjT23So="; 22 + hash = "sha256-0YCO8fYfXfLeCxszJ9RXJHV1wuPFaV18Ty6+j+c1kCw="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];