Loading pkgs/development/python-modules/zwave-js-server-python/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -6,22 +6,19 @@ pydantic, pytest-aiohttp, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage (finalAttrs: { pname = "zwave-js-server-python"; version = "0.68.0"; version = "0.69.0"; pyproject = true; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "zwave-js-server-python"; tag = finalAttrs.version; hash = "sha256-NfK+/nuQjlAgg4ZCifo/KoPrgc5FHhEmdK8utnm1iDI="; hash = "sha256-EBhIoCWclKhxwmqI6fvtsVh3zCnWS5jRXP5aYY3aNbM="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/zwave-js-server-python/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -6,22 +6,19 @@ pydantic, pytest-aiohttp, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage (finalAttrs: { pname = "zwave-js-server-python"; version = "0.68.0"; version = "0.69.0"; pyproject = true; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "zwave-js-server-python"; tag = finalAttrs.version; hash = "sha256-NfK+/nuQjlAgg4ZCifo/KoPrgc5FHhEmdK8utnm1iDI="; hash = "sha256-EBhIoCWclKhxwmqI6fvtsVh3zCnWS5jRXP5aYY3aNbM="; }; build-system = [ setuptools ]; Loading