From 2640712df17cc4428c14d2a2ba184f9642e77375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 6 Dec 2025 13:03:27 -0800 Subject: [PATCH] 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 --- .../development/python-modules/iocsearcher/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 ];