Merge pull request #327898 from r-ryantm/auto-update/ldeep

ldeep: 1.0.58 -> 1.0.59
This commit is contained in:
Fabian Affolter 2024-07-17 21:24:25 +02:00 committed by GitHub
commit 0c0e9959e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [