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

ldeep: 1.0.73 -> 1.0.75 (#358911)

parents 376236a7 4ae22ca1
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.73";
  version = "1.0.75";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "franc-pentest";
    repo = "ldeep";
    rev = "refs/tags/${version}";
    hash = "sha256-rFcl7Zf8Q6eugcEL79xpKIvXuhDdI6iEyAPDtqGX6xw=";
    hash = "sha256-WdEOhyWZZRqBZQCNl2vqYiy+sT/gPk3xDpMFVILxmK4=";
  };

  pythonRelaxDeps = [