ldeep: 1.0.67 -> 1.0.69

This commit is contained in:
R. Ryantm 2024-10-02 06:05:59 +00:00
parent 8b832758af
commit 576b37bdc3

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.67";
version = "1.0.69";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-KTR5admMeu3bozT9D/8Bdk4EusjLVTLr2+d00U+adLI=";
hash = "sha256-nXDeAi+nf6JTYjSyOUV65ZuqcGlODHvfnwnQl9H7NFE=";
};
pythonRelaxDeps = [