nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.tencentcloud-sdk-python: 3.0.1376 -> 3.0.1377

Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/refs/tags/3.0.1376...refs/tags/3.0.1377

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1377/CHANGELOG.md

+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.1376"; 13 + version = "3.0.1377"; 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-vUCzRJNZ5IPueYG9DLcxfOBjqg5aicbBqsAHr7epqhA="; 22 + hash = "sha256-y4l83suhI+ijDzg1046J/4lryU/o1d31RAhN9lVAdDg="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];