Loading pkgs/development/python-modules/hap-python/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -13,24 +13,27 @@ pytest-timeout, pytestCheckHook, pythonOlder, setuptools, zeroconf, }: buildPythonPackage rec { pname = "hap-python"; version = "4.9.1"; format = "setuptools"; version = "4.9.2"; pyproject = true; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "ikalchev"; repo = "HAP-python"; rev = "refs/tags/${version}"; hash = "sha256-nnh8PSEcuPN1qGuInJ7uYe83zdne8axbTrHd4g1xoJs="; hash = "sha256-mBjVUfNHuGSeLRisqu9ALpTDwpxHir+6X0scq+HrzxA="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ async-timeout chacha20poly1305-reuseable cryptography Loading Loading
pkgs/development/python-modules/hap-python/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -13,24 +13,27 @@ pytest-timeout, pytestCheckHook, pythonOlder, setuptools, zeroconf, }: buildPythonPackage rec { pname = "hap-python"; version = "4.9.1"; format = "setuptools"; version = "4.9.2"; pyproject = true; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "ikalchev"; repo = "HAP-python"; rev = "refs/tags/${version}"; hash = "sha256-nnh8PSEcuPN1qGuInJ7uYe83zdne8axbTrHd4g1xoJs="; hash = "sha256-mBjVUfNHuGSeLRisqu9ALpTDwpxHir+6X0scq+HrzxA="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ async-timeout chacha20poly1305-reuseable cryptography Loading