Merge pull request #319488 from fabaff/ldeep-bump

ldeep: 1.0.57 -> 1.0.58
This commit is contained in:
Fabian Affolter
2024-06-13 15:46:44 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.57";
version = "1.0.58";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-RjPpxKbZ9QK+dPe3Vj2IG2gr5ROtLLnVaHI3CdNwJpE=";
hash = "sha256-u8qcihjGZmOAjjVBa6nLruD74zGozHnahShqUUXILcY=";
};
pythonRelaxDeps = [