piper-phonemize: 2023.9.27-2 -> 2023.11.6-1

https://github.com/rhasspy/piper-phonemize/compare/refs/tags/2023.9.27-2...2023.11.6-1
This commit is contained in:
Martin Weinelt
2023-11-06 17:52:26 +01:00
parent 46468d801d
commit 1e0bc23756
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "piper-phonemize";
version = "2023.9.27-2";
version = "2023.11.6-1";
src = fetchFromGitHub {
owner = "rhasspy";
repo = "piper-phonemize";
rev = "refs/tags/${version}";
hash = "sha256-Rwl8D5ZX9sGdxEch+l7pXdbf4nPCuSfGrK5x/EQ+O60=";
hash = "sha256-IRvuA03Z6r8Re/ocq2G/r28uwI9RU3xmmNI7S2G40rc=";
};
nativeBuildInputs = [