Merge pull request #290258 from fabaff/ldeep-bump

ldeep: 1.0.51 -> 1.0.52
This commit is contained in:
Nick Cao 2024-02-20 16:55:32 -05:00 committed by GitHub
commit f53d2f325b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,25 +5,34 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.51";
format = "setuptools";
version = "1.0.52";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-UbZotbq97ehVj8dF0vXM2Z61IG1H+21xk14DXKmWirA=";
hash = "sha256-I51vz3zF1J3223hcO3cdfsNBfpq/UolDxUEXyqx3dLI=";
};
pythonRelaxDeps = [
"cryptography"
];
nativeBuildInputs = with python3.pkgs; [
cython
pythonRelaxDepsHook
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
commandparse
cryptography
dnspython
gssapi
ldap3
oscrypto
pycryptodome
pycryptodomex
six
termcolor