Merge pull request #316303 from r-ryantm/auto-update/ldeep

ldeep: 1.0.53 -> 1.0.54
This commit is contained in:
Nick Cao
2024-06-01 09:51:34 -04:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.53";
version = "1.0.54";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-67jVpzvdjEcjFmTRE2YjPr4AO1iN+PakwoKcjvimt8g=";
hash = "sha256-YH7n+gvMzOYY9xnGaQZUOHKLlwtrtmyh8AcuLWFGlJM=";
};
pythonRelaxDeps = [