python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160)

This commit is contained in:
Nick Cao
2024-11-11 08:52:44 -05:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "gtts";
version = "2.5.3";
version = "2.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pndurette";
repo = "gTTS";
rev = "refs/tags/v${version}";
hash = "sha256-8FPKAMVXqw/4X050tAnOAx/wGboZPPJs72VwwaOEamE=";
hash = "sha256-ryTR7cESDO9pH5r2FBz+6JuNMEQr39hil/FSklgaIGg=";
};
build-system = [ setuptools ];