python3Packages.edge-tts: 7.2.3 -> 7.2.7 (#471555)

This commit is contained in:
Fabian Affolter
2025-12-17 09:54:39 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "edge-tts";
version = "7.2.3";
version = "7.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "rany2";
repo = "edge-tts";
tag = version;
hash = "sha256-JnwfvSa60oEbSEyD6q88Ey6IyGOwVWO0T75VrUKZmos=";
hash = "sha256-KlQJ9U5RgifpqVKw5BrPwBFJYZHKibMUlyb3aX+4qf8=";
};
build-system = [