ldeep: 1.0.70 -> 1.0.72 (#349369)

This commit is contained in:
Fabian Affolter
2024-10-18 09:05:19 +02:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.70";
version = "1.0.72";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-URoQb9B/g5YabqC/Ri2kY2S510wxgo86a0WlilAtoME=";
hash = "sha256-WfrQd0P1TegeIwxQVycgx2n+IxqnKLRF1wxzNnjHaEo=";
};
pythonRelaxDeps = [