Loading pkgs/development/python-modules/crownstone-sse/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ , certifi , fetchPypi , pythonOlder , setuptools }: buildPythonPackage rec { pname = "crownstone-sse"; version = "2.0.5"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -19,6 +20,10 @@ buildPythonPackage rec { hash = "sha256-RUqo68UAVGV+JmauKsGlp7dG8FzixHBDnr3eho/IQdY="; }; build-system = [ setuptools ]; dependencies = [ aiohttp certifi Loading Loading
pkgs/development/python-modules/crownstone-sse/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ , certifi , fetchPypi , pythonOlder , setuptools }: buildPythonPackage rec { pname = "crownstone-sse"; version = "2.0.5"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -19,6 +20,10 @@ buildPythonPackage rec { hash = "sha256-RUqo68UAVGV+JmauKsGlp7dG8FzixHBDnr3eho/IQdY="; }; build-system = [ setuptools ]; dependencies = [ aiohttp certifi Loading