Loading pkgs/development/python-modules/eq3btsmart/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools, bleak, bleak-retry-connector, construct-typing, pytest-asyncio, pytestCheckHook, Loading @@ -11,20 +12,21 @@ buildPythonPackage rec { pname = "eq3btsmart"; version = "2.1.1"; version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "EuleMitKeule"; repo = "eq3btsmart"; tag = version; hash = "sha256-/Z/lSZXJ+c+G5iDF/BGacSpxrgJK4NLU7ShIAV4ipLc="; hash = "sha256-9x2uQUpLl0bSOiEBTvt6IPZCJ3Oj+U4knlvrTXPGs3I="; }; build-system = [ setuptools ]; dependencies = [ bleak bleak-retry-connector construct-typing ]; Loading Loading
pkgs/development/python-modules/eq3btsmart/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools, bleak, bleak-retry-connector, construct-typing, pytest-asyncio, pytestCheckHook, Loading @@ -11,20 +12,21 @@ buildPythonPackage rec { pname = "eq3btsmart"; version = "2.1.1"; version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "EuleMitKeule"; repo = "eq3btsmart"; tag = version; hash = "sha256-/Z/lSZXJ+c+G5iDF/BGacSpxrgJK4NLU7ShIAV4ipLc="; hash = "sha256-9x2uQUpLl0bSOiEBTvt6IPZCJ3Oj+U4knlvrTXPGs3I="; }; build-system = [ setuptools ]; dependencies = [ bleak bleak-retry-connector construct-typing ]; Loading