piper-phonemize: 2023.11.6-1 -> 2023.11.14-4

https://github.com/rhasspy/piper-phonemize/compare/refs/tags/2023.11.6-1...2023.11.14-4
This commit is contained in:
Martin Weinelt
2023-11-14 21:57:42 +01:00
parent e84b11b501
commit d0fc9282d4
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "piper-phonemize";
version = "2023.11.6-1";
version = "2023.11.14-4";
src = fetchFromGitHub {
owner = "rhasspy";
repo = "piper-phonemize";
rev = "refs/tags/${version}";
hash = "sha256-IRvuA03Z6r8Re/ocq2G/r28uwI9RU3xmmNI7S2G40rc=";
hash = "sha256-pj1DZUhy3XWGn+wNtxKKDWET9gsfofEB0NZ+EEQz9q0=";
};
nativeBuildInputs = [