ldeep: 1.0.87 -> 1.0.88

This commit is contained in:
R. Ryantm
2025-09-18 17:06:26 +00:00
parent 3b2b417c9d
commit cab9db8046
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.87";
version = "1.0.88";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
tag = version;
hash = "sha256-ym26uCWJU5fEbOyPxI8qUvorWj3HzCcHSmBk8kXPQUQ=";
hash = "sha256-Auh9KCyPO1bWKY1wd9As5eycJfUhj0IhX/9xp99skhA=";
};
pythonRelaxDeps = [