File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/zwave-js-server-python Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "zwave-js-server-python" ;
15- version = "0.60.0 " ;
15+ version = "0.60.1 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.11" ;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121 owner = "home-assistant-libs" ;
2222 repo = "zwave-js-server-python" ;
2323 tag = version ;
24- hash = "sha256-+TW+6NhbtANtXf5ITAs+Mz8I7iZk93YYdUkUhp4m7pw =" ;
24+ hash = "sha256-YRC9DA77sLuTxw7YRbhYKxUOaBQaERTV4UWAwAEldhU =" ;
2525 } ;
2626
2727 build-system = [ setuptools ] ;
@@ -41,7 +41,7 @@ buildPythonPackage rec {
4141 meta = with lib ; {
4242 description = "Python wrapper for zwave-js-server" ;
4343 homepage = "https://github.com/home-assistant-libs/zwave-js-server-python" ;
44- changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${ version } " ;
44+ changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${ src . tag } " ;
4545 license = with licenses ; [ asl20 ] ;
4646 maintainers = with maintainers ; [ fab ] ;
4747 mainProgram = "zwave-js-server-python" ;
You can’t perform that action at this time.
0 commit comments