Unverified Commit 1f50cbe4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 208dd08c 3d1092a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];