Skip to content

Commit 397b0de

Browse files
authored
Merge pull request #334486 from r-ryantm/auto-update/python312Packages.gtts
python312Packages.gtts: 2.5.2 -> 2.5.3
2 parents 70a3e84 + a2e0912 commit 397b0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/gtts/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "gtts";
20-
version = "2.5.2";
20+
version = "2.5.3";
2121
pyproject = true;
2222

2323
src = fetchFromGitHub {
2424
owner = "pndurette";
2525
repo = "gTTS";
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-4GIrj5pIk27euo2gzSKpRQaXNyI6aH0E6HNAivJthCE=";
27+
hash = "sha256-8FPKAMVXqw/4X050tAnOAx/wGboZPPJs72VwwaOEamE=";
2828
};
2929

3030
build-system = [ setuptools ];

0 commit comments

Comments
 (0)