Loading pkgs/development/python-modules/censys/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ pytest-mock, pytest-cov-stub, pytestCheckHook, pythonOlder, requests, requests-mock, responses, Loading @@ -20,16 +19,14 @@ buildPythonPackage rec { pname = "censys"; version = "2.2.18"; version = "2.2.19"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "censys"; repo = "censys-python"; tag = "v${version}"; hash = "sha256-fHqDXqhjqfj8VBb7Od7wuUXAEHQBXwm5LAUPLM0oN2Q="; hash = "sha256-3eQtGCIKtjpDWfyrIEPZnA6xLMNl0cg61wh0nuwNwh4="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/censys/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ pytest-mock, pytest-cov-stub, pytestCheckHook, pythonOlder, requests, requests-mock, responses, Loading @@ -20,16 +19,14 @@ buildPythonPackage rec { pname = "censys"; version = "2.2.18"; version = "2.2.19"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "censys"; repo = "censys-python"; tag = "v${version}"; hash = "sha256-fHqDXqhjqfj8VBb7Od7wuUXAEHQBXwm5LAUPLM0oN2Q="; hash = "sha256-3eQtGCIKtjpDWfyrIEPZnA6xLMNl0cg61wh0nuwNwh4="; }; build-system = [ poetry-core ]; Loading