python312Packages.gtts: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm
2024-08-13 21:56:41 +00:00
parent 1967487244
commit a2e091225e

View File

@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "gtts";
version = "2.5.2";
version = "2.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pndurette";
repo = "gTTS";
rev = "refs/tags/v${version}";
hash = "sha256-4GIrj5pIk27euo2gzSKpRQaXNyI6aH0E6HNAivJthCE=";
hash = "sha256-8FPKAMVXqw/4X050tAnOAx/wGboZPPJs72VwwaOEamE=";
};
build-system = [ setuptools ];