ldeep: 1.0.35 -> 1.0.38

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.38
This commit is contained in:
Fabian Affolter 2023-10-04 02:46:46 +02:00
parent a280ee5731
commit 6229be3a6f

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