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

ldeep: 1.0.77 -> 1.0.78 (#369619)

parents c3d3895c e3566e58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ldeep";
  version = "1.0.77";
  version = "1.0.78";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "franc-pentest";
    repo = "ldeep";
    tag = version;
    hash = "sha256-JC5XsKNcWAJBJzlZehWnxYYp+GdxLrwSv7oB16KGcCE=";
    hash = "sha256-ExAZrlrsx6ijTeUSiPNL06wY4gWUuCNajpyXqpq785I=";
  };

  pythonRelaxDeps = [