wyoming-piper: 2.2.1 -> 2.2.2

https://github.com/rhasspy/wyoming-piper/blob/refs/tags/v2.2.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-02-10 01:47:52 +01:00
parent 1b18e6a6a3
commit ba292b6735
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "wyoming-piper";
version = "2.1.2";
version = "2.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-piper";
tag = "v${finalAttrs.version}";
hash = "sha256-j6QvGChAkASKdD+4XqIwC6UWdhi5oMDfYmSk6kvRrNE=";
hash = "sha256-pk6HAzl0A8R5szI7d6ZFOQI5akkzWb0Nb/WuxKdIwg8=";
};
build-system = with python3Packages; [