python3Packages.iocsearcher: 2.4.8 -> 2.5.7 (#468532)

This commit is contained in:
dotlambda
2025-12-07 17:16:16 +00:00
committed by GitHub
@@ -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 ];