Skip to content

Commit e3ec74c

Browse files
authored
python3Packages.wyoming: 1.6.0 -> 1.6.1 (#407772)
2 parents d178deb + 37ddb08 commit e3ec74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/wyoming/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "wyoming";
20-
version = "1.6.0";
20+
version = "1.6.1";
2121
pyproject = true;
2222

2323
src = fetchFromGitHub {
2424
owner = "rhasspy";
2525
repo = "wyoming";
2626
tag = version;
27-
hash = "sha256-V3bOgL8yT+cmc/oJWd/TuhA4DQlC+HXpox4O8Odi1EQ=";
27+
hash = "sha256-Q7e4YSvVHpjyJQwsXTfyzMA1DKi71xiVDKWGWTh1l6w=";
2828
};
2929

3030
build-system = [ setuptools ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343
};
4444

4545
meta = with lib; {
46-
changelog = "https://github.com/rhasspy/wyoming/releases/tag/${version}";
46+
changelog = "https://github.com/rhasspy/wyoming/releases/tag/${src.tag}";
4747
description = "Protocol for Rhasspy Voice Assistant";
4848
homepage = "https://github.com/rhasspy/wyoming";
4949
license = licenses.mit;

0 commit comments

Comments
 (0)