wyoming-piper: 2.2.2 -> 2.3.1

https://github.com/rhasspy/wyoming-piper/blob/refs/tags/v2.3.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-16 00:32:30 +02:00
parent 726a2d0361
commit 412746bf67
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "wyoming-piper";
version = "2.2.2";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-piper";
tag = "v${finalAttrs.version}";
hash = "sha256-pk6HAzl0A8R5szI7d6ZFOQI5akkzWb0Nb/WuxKdIwg8=";
hash = "sha256-LKt1BNa9jrZIDUZxZvniZcPrAuUkwOs85uIiA5mFWyY=";
};
build-system = with python3Packages; [