Merge pull request #258886 from fabaff/ldeep-bump

ldeep: 1.0.35 -> 1.0.38
This commit is contained in:
Fabian Affolter 2023-10-04 06:13:16 +02:00 committed by GitHub
commit c98c4b46bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.35";
version = "1.0.38";
format = "setuptools";
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-xt+IPU1709kAKRXBD5+U6L3gDdK7npXbgBdNiqu7yJs=";
hash = "sha256-QoisQL7K4Xg4k7IGymvsMjNfTkjHtkVJpygHtX8lUqs=";
};
nativeBuildInputs = with python3.pkgs; [
cython
];
propagatedBuildInputs = with python3.pkgs; [
commandparse
cryptography