diff --git a/pkgs/development/python-modules/xknx/default.nix b/pkgs/development/python-modules/xknx/default.nix index 661a8457455c..6bf02f476388 100644 --- a/pkgs/development/python-modules/xknx/default.nix +++ b/pkgs/development/python-modules/xknx/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xknx"; - version = "3.6.0"; + version = "3.7.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "XKNX"; repo = "xknx"; tag = version; - hash = "sha256-NEtx4aK4D6ZiLD8X3U0VTcLv5LLyPLxql9JbXrwamno="; + hash = "sha256-5Mlt4tjlk3wcLa3vHjpu3jzb6jUfLlHLADI5HSGyA14="; }; build-system = [ setuptools ]; @@ -43,9 +43,10 @@ buildPythonPackage rec { disabledTests = [ # Test requires network access - "test_scan_timeout" - "test_start_secure_routing_knx_keys" "test_start_secure_routing_manual" + "test_start_secure_routing_knx_keys" + "test_scan_timeout" + "test_routing_indication_multicast" # RuntimeError: Event loop is closed "test_has_group_address_localtime" "test_invalid_authentication" @@ -65,7 +66,7 @@ buildPythonPackage rec { ''; homepage = "https://github.com/XKNX/xknx"; changelog = "https://github.com/XKNX/xknx/releases/tag/${version}"; - license = with licenses; [ mit ]; + license = licenses.mit; maintainers = with maintainers; [ fab ]; platforms = platforms.linux; };