python312Packages.zwave-js-server-python: 0.60.0 -> 0.60.1 (#385863)

Changed files
+3 -3
pkgs
development
python-modules
zwave-js-server-python
+3 -3
pkgs/development/python-modules/zwave-js-server-python/default.nix
···
buildPythonPackage rec {
pname = "zwave-js-server-python";
-
version = "0.60.0";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "home-assistant-libs";
repo = "zwave-js-server-python";
tag = version;
-
hash = "sha256-+TW+6NhbtANtXf5ITAs+Mz8I7iZk93YYdUkUhp4m7pw=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Python wrapper for zwave-js-server";
homepage = "https://github.com/home-assistant-libs/zwave-js-server-python";
-
changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "zwave-js-server-python";
···
buildPythonPackage rec {
pname = "zwave-js-server-python";
+
version = "0.60.1";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "home-assistant-libs";
repo = "zwave-js-server-python";
tag = version;
+
hash = "sha256-YRC9DA77sLuTxw7YRbhYKxUOaBQaERTV4UWAwAEldhU=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Python wrapper for zwave-js-server";
homepage = "https://github.com/home-assistant-libs/zwave-js-server-python";
+
changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${src.tag}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "zwave-js-server-python";