Unverified Commit 9b58f20b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

piper-tts: 1.4.1 -> 1.4.2 (#506993)

parents 0721fb52 492e1517
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@ in

python3Packages.buildPythonApplication rec {
  pname = "piper-tts";
  version = "1.4.1";
  version = "1.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "OHF-Voice";
    repo = "piper1-gpl";
    tag = "v${version}";
    hash = "sha256-V/ESZMUT1PXxHNN7H2ckTBVOQRRf4c/L2GNtnkXvNpA=";
    hash = "sha256-FHO+1d1iJimc6KweY/O6lEvWqGCyUwnDrslEfkxYR7A=";
  };

  patches = [