Loading pkgs/development/python-modules/decora-wifi/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,25 +8,24 @@ }: buildPythonPackage rec { pname = "decora_wifi"; version = "1.4"; pname = "decora-wifi"; version = "1.5"; pyproject = true; #No tag in github, so fetchPypi is OK to use. src = fetchPypi { pname = "decora_wifi"; inherit version; hash = "sha256-BIQssxEpwCIyj5z0N2ev9cJr/y907g0Lb7h5iD9dApM="; hash = "sha256-oWETtzZueNJC0lTWdLfk3SOuvnqrJ9wp5rOSPJxH3M4="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests inflect ]; pythonImportsCheck = [ "decora_wifi" ]; # No tests in Pypi source Loading @@ -35,6 +34,7 @@ buildPythonPackage rec { meta = { description = "Python library for controlling Leviton Decora Smart Wi-Fi devices"; homepage = "https://github.com/tlyakhov/python-decora_wifi"; changelog = "https://github.com/tlyakhov/python-decora_wifi/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ Continous ]; }; Loading Loading
pkgs/development/python-modules/decora-wifi/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,25 +8,24 @@ }: buildPythonPackage rec { pname = "decora_wifi"; version = "1.4"; pname = "decora-wifi"; version = "1.5"; pyproject = true; #No tag in github, so fetchPypi is OK to use. src = fetchPypi { pname = "decora_wifi"; inherit version; hash = "sha256-BIQssxEpwCIyj5z0N2ev9cJr/y907g0Lb7h5iD9dApM="; hash = "sha256-oWETtzZueNJC0lTWdLfk3SOuvnqrJ9wp5rOSPJxH3M4="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests inflect ]; pythonImportsCheck = [ "decora_wifi" ]; # No tests in Pypi source Loading @@ -35,6 +34,7 @@ buildPythonPackage rec { meta = { description = "Python library for controlling Leviton Decora Smart Wi-Fi devices"; homepage = "https://github.com/tlyakhov/python-decora_wifi"; changelog = "https://github.com/tlyakhov/python-decora_wifi/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ Continous ]; }; Loading