python3Packages.wyoming: 1.6.0 -> 1.6.1 (#407772)

authored by Martin Weinelt and committed by GitHub e3ec74c6 d178deb5

+3 -3
+3 -3
pkgs/development/python-modules/wyoming/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "wyoming"; 20 - version = "1.6.0"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "rhasspy"; 25 repo = "wyoming"; 26 tag = version; 27 - hash = "sha256-V3bOgL8yT+cmc/oJWd/TuhA4DQlC+HXpox4O8Odi1EQ="; 28 }; 29 30 build-system = [ setuptools ]; ··· 43 }; 44 45 meta = with lib; { 46 - changelog = "https://github.com/rhasspy/wyoming/releases/tag/${version}"; 47 description = "Protocol for Rhasspy Voice Assistant"; 48 homepage = "https://github.com/rhasspy/wyoming"; 49 license = licenses.mit;
··· 17 18 buildPythonPackage rec { 19 pname = "wyoming"; 20 + version = "1.6.1"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "rhasspy"; 25 repo = "wyoming"; 26 tag = version; 27 + hash = "sha256-Q7e4YSvVHpjyJQwsXTfyzMA1DKi71xiVDKWGWTh1l6w="; 28 }; 29 30 build-system = [ setuptools ]; ··· 43 }; 44 45 meta = with lib; { 46 + changelog = "https://github.com/rhasspy/wyoming/releases/tag/${src.tag}"; 47 description = "Protocol for Rhasspy Voice Assistant"; 48 homepage = "https://github.com/rhasspy/wyoming"; 49 license = licenses.mit;