File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/wyoming Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments