From d2149c05f1646b172f0e1af4b82b4de7536ae40b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 27 Jul 2026 03:00:02 +0000 Subject: [PATCH] python3Packages.iocsearcher: 2.8.3 -> 3.1.0 --- pkgs/development/python-modules/iocsearcher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/iocsearcher/default.nix b/pkgs/development/python-modules/iocsearcher/default.nix index 50f55bb9f668..4c87ff5ee492 100644 --- a/pkgs/development/python-modules/iocsearcher/default.nix +++ b/pkgs/development/python-modules/iocsearcher/default.nix @@ -22,14 +22,14 @@ buildPythonPackage (finalAttrs: { pname = "iocsearcher"; - version = "2.8.3"; + version = "3.1.0"; pyproject = true; src = fetchFromGitHub { owner = "malicialab"; repo = "iocsearcher"; tag = "v${finalAttrs.version}"; - hash = "sha256-jNITY4X6ywlkjzS5Udpd46JG7PoycXyy0uJ7+UqjuF4="; + hash = "sha256-93pHjm8FZ4qZMLQ5SftUamRMJJFhU8uHNacOPEAZcT4="; }; build-system = [ setuptools ];