Unverified Commit 488998ed authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.edge-tts: 7.2.3 -> 7.2.7 (#471555)

parents 6898db36 390d7772
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "edge-tts";
  version = "7.2.3";
  version = "7.2.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rany2";
    repo = "edge-tts";
    tag = version;
    hash = "sha256-JnwfvSa60oEbSEyD6q88Ey6IyGOwVWO0T75VrUKZmos=";
    hash = "sha256-KlQJ9U5RgifpqVKw5BrPwBFJYZHKibMUlyb3aX+4qf8=";
  };

  build-system = [