python3Packages.iocsearcher: 2.4.8 -> 2.5.7

Diff: https://github.com/malicialab/iocsearcher/compare/v2.4.8...v2.5.7

Changelog: https://github.com/malicialab/iocsearcher/releases/tag/v2.5.7
This commit is contained in:
Robert Schütz
2025-12-06 13:06:32 -08:00
parent f20bd6310b
commit 2640712df1
@@ -15,24 +15,20 @@
pdfminer-six,
phonenumbers,
python-magic,
pythonOlder,
readabilipy,
setuptools,
}:
buildPythonPackage rec {
pname = "iocsearcher";
version = "2.4.8";
version = "2.5.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "malicialab";
repo = "iocsearcher";
# https://github.com/malicialab/iocsearcher/issues/6
rev = "be29cb4090284155b49a358e7fe2d24371b6a981";
hash = "sha256-LMpFK1Z1KaKUCm/X9Sh+Gp9GNKrGWp7N4UjAOVkhmSU=";
tag = "v${version}";
hash = "sha256-qykPMtdGjys6d1cdP6cM/lmtU5WR/jk9tc9g+8uc31E=";
};
build-system = [ setuptools ];