python3Packages.iocsearcher: 2.8.3 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-07-27 03:00:02 +00:00
parent d3498f786f
commit d2149c05f1
@@ -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 ];