Loading pkgs/development/python-modules/sensorpush-api/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "sensorpush-api"; version = "2.1.1"; version = "2.1.2"; pyproject = true; src = fetchFromGitHub { owner = "sstallion"; repo = "sensorpush-api"; tag = "v${version}"; hash = "sha256-Gkvd0MbySk4jdl+hJd0wFGqj2/qOkq/jThe+5b4n0XM="; hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA="; }; build-system = [ setuptools ]; Loading @@ -28,10 +28,6 @@ buildPythonPackage rec { "urllib3" ]; pythonRemoveDeps = [ "aenum" # https://github.com/sstallion/sensorpush-api/pull/3 ]; dependencies = [ aiohttp pydantic Loading Loading
pkgs/development/python-modules/sensorpush-api/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "sensorpush-api"; version = "2.1.1"; version = "2.1.2"; pyproject = true; src = fetchFromGitHub { owner = "sstallion"; repo = "sensorpush-api"; tag = "v${version}"; hash = "sha256-Gkvd0MbySk4jdl+hJd0wFGqj2/qOkq/jThe+5b4n0XM="; hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA="; }; build-system = [ setuptools ]; Loading @@ -28,10 +28,6 @@ buildPythonPackage rec { "urllib3" ]; pythonRemoveDeps = [ "aenum" # https://github.com/sstallion/sensorpush-api/pull/3 ]; dependencies = [ aiohttp pydantic Loading