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

ldeep: 1.0.72 -> 1.0.73 (#355178)

parents fc3f7873 b4e76178
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.72";
  version = "1.0.73";
  pyproject = true;

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

  pythonRelaxDeps = [