From d294eeaf5bad0fc460311fd2c0f2513551e71af7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 25 Dec 2024 22:59:26 +0100 Subject: [PATCH] python312Packages.iocsearcher: 2.4.3-unstable-2024-10-08 -> 2.4.8 Diff: https://github.com/malicialab/iocsearcher/compare/be29cb4090284155b49a358e7fe2d24371b6a981...v2.4.8 Changelog: https://github.com/malicialab/iocsearcher/releases/tag/v2.4.8 --- pkgs/development/python-modules/iocsearcher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/iocsearcher/default.nix b/pkgs/development/python-modules/iocsearcher/default.nix index 7e4c1105f923..9ac6430c5b0e 100644 --- a/pkgs/development/python-modules/iocsearcher/default.nix +++ b/pkgs/development/python-modules/iocsearcher/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "iocsearcher"; - version = "2.4.3-unstable-2024-10-08"; + version = "2.4.8"; pyproject = true; disabled = pythonOlder "3.7";