Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

python312Packages.tencentcloud-sdk-python: 3.0.1198 -> 3.0.1199

authored by Fabian Affolter and committed by GitHub d6fc5e47 12af5bb8

Changed files
+2 -2
pkgs
development
python-modules
tencentcloud-sdk-python
+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.1198"; 13 + version = "3.0.1199"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "TencentCloud"; 20 20 repo = "tencentcloud-sdk-python"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-Ee+pRRmjw319AkC12TOuBRdRkFDzKibexXspteQxsAw="; 22 + hash = "sha256-RhrO4zRmNxrLFQLajQ+UftY1squDddxI8LiQymSOvSo="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];