Merge pull request #268461 from fabaff/ldeep-bump

ldeep: 1.0.44 -> 1.0.48
This commit is contained in:
Fabian Affolter 2023-11-19 13:30:46 +01:00 committed by GitHub
commit ef87aee505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.44";
version = "1.0.48";
format = "setuptools";
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-qjo5vpT+CtNiNBS0enLzQcsyq/dqRrOTHVB1qqOReM8=";
hash = "sha256-E/gqt8+eD/syOHczq9k07YIq39W84vC5VFScMxxj4uI=";
};
nativeBuildInputs = with python3.pkgs; [