python3Packages.pyttsx3: 2.98 -> 2.99

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:03:53 +02:00
parent 473f3d9944
commit 96b6fcd754
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyttsx3";
version = "2.98";
version = "2.99";
format = "wheel";
src = fetchPypi {
inherit pname version format;
sha256 = "sha256-s/tMpNWuT45oNtaze/X+4P1R0Vf/on+5Bkvm5749o3o=";
sha256 = "sha256-/z5P91bCTXK58/LzBODtqv0PWK2w5vS5DZMEQM2osgc=";
dist = "py3";
python = "py3";
};