ldeep: 1.0.58 -> 1.0.59

This commit is contained in:
R. Ryantm 2024-07-17 11:55:22 +00:00
parent 73ff0bcbd3
commit 45c451630f

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.58";
version = "1.0.59";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-u8qcihjGZmOAjjVBa6nLruD74zGozHnahShqUUXILcY=";
hash = "sha256-vAuhzrBPbJCaQMuivpLzVTAR5F1ththTq9hij8ZI4aM=";
};
pythonRelaxDeps = [