diff --git a/pkgs/development/python-modules/iocsearcher/default.nix b/pkgs/development/python-modules/iocsearcher/default.nix index b6cffd906c58..67c18054eedb 100644 --- a/pkgs/development/python-modules/iocsearcher/default.nix +++ b/pkgs/development/python-modules/iocsearcher/default.nix @@ -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 ];