wyoming-piper: 1.6.1 -> 1.6.3 (#431055)

authored by

Martin Weinelt and committed by
GitHub
14463228 b316e2a2

+2 -2
+2 -2
pkgs/by-name/wy/wyoming-piper/package.nix
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "wyoming-piper"; 9 - version = "1.6.1"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "rhasspy"; 14 repo = "wyoming-piper"; 15 tag = "v${version}"; 16 - hash = "sha256-r7odRraBSDP2fbRJ3ixaL80fhBSb9r5icPuf1Qa6Va8="; 17 }; 18 19 build-system = with python3Packages; [
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "wyoming-piper"; 9 + version = "1.6.3"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "rhasspy"; 14 repo = "wyoming-piper"; 15 tag = "v${version}"; 16 + hash = "sha256-Opnv4PtLZpG2kBAuJ8xWsQpJ2y9G9zYFsHQm7nwjUKk="; 17 }; 18 19 build-system = with python3Packages; [