mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #334918 from r-ryantm/auto-update/python312Packages.pyttsx3
python312Packages.pyttsx3: 2.90 -> 2.91
This commit is contained in:
commit
ed1a827c70
@ -6,12 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyttsx3";
|
||||
version = "2.90";
|
||||
version = "2.91";
|
||||
format = "wheel";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version format;
|
||||
sha256 = "a585b6d8cffc19bd92db1e0ccbd8aa9c6528dd2baa5a47045d6fed542a44aa19";
|
||||
sha256 = "sha256-jxkhfE1lpGhw4LgvLn6xVw7CssqAUX++7gleVPdvc+I=";
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user