Commit 6490fcbc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

theharvester: 4.10.0 -> 4.10.1

parent 3013e184
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,21 +6,21 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "theharvester";
  version = "4.10.0";
  version = "4.10.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "laramies";
    repo = "theharvester";
    tag = finalAttrs.version;
    hash = "sha256-PDFKDm1amqmdYo/avxudWZ9Xhp16Cw4ejmUAQ+BlvC0=";
    hash = "sha256-ajXGf8wH8WoVGNHDAUJ+fC3FN2OtUuKaIrXJ4KuRif0=";
  };

  pythonRelaxDeps = true;

  pythonRemoveDeps = [ "winloop" ];

  build-system = with python3.pkgs; [ setuptools ];
  build-system = with python3.pkgs; [ flit-core ];

  dependencies = with python3.pkgs; [
    aiodns