Commit 492e1517 authored by R. RyanTM's avatar R. RyanTM
Browse files

piper-tts: 1.4.1 -> 1.4.2

parent 45bfe32f
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 = [