Merge pull request #261010 from r-ryantm/auto-update/python310Packages.gtts

python310Packages.gtts: 2.3.2 -> 2.4.0
This commit is contained in:
OTABI Tomoya 2023-11-01 23:39:12 +09:00 committed by GitHub
commit 7f8c9b338f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "gtts";
version = "2.3.2";
version = "2.4.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pndurette";
repo = "gTTS";
rev = "refs/tags/v${version}";
hash = "sha256-Z5dM/PzIA8qtw0RepTKmHpqBwYMRwNLhWuEC0aBGL3U=";
hash = "sha256-M/RbNw5SJb1R78MDTqBHNWE0I/9PlqikrrJAy1r02f8=";
};
propagatedBuildInputs = [