Unverified Commit 4c37050c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.censys: 2.2.18 -> 2.2.19 (#470628)

parents bc3d663a 7f1a26cf
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  pytest-mock,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
  requests,
  requests-mock,
  responses,
@@ -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 ];