Unverified Commit 449a9666 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ldeep: 1.0.84 -> 1.0.85 (#402627)

parents 090fd766 4aaffc35
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.84";
  version = "1.0.85";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "franc-pentest";
    repo = "ldeep";
    tag = version;
    hash = "sha256-sJa5EuCjPaexGrfv6U+V2YS+1NerdD1yaS2somOuQIE=";
    hash = "sha256-i9FaZLSSLY01QalxqaavfyrTbbDC9Iv1XQqvVgQJqMM=";
  };

  pythonRelaxDeps = [