From 58cd3ef4bc2744b8150eb318b7953e798347dbb7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 29 Jul 2024 09:35:49 +0200 Subject: [PATCH] python312Packages.iocsearcher: 2.3-unstable-2024-03-04 -> 1.0.0 Diff: https://github.com/malicialab/iocsearcher/compare/5f7b87761f2195eb358006f3492f0beac7ecc4b0...v1.0.0 Changelog: https://github.com/malicialab/iocsearcher/releases/tag/v1.0.0 --- 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 0d91a2cc765e..26d3939d1772 100644 --- a/pkgs/development/python-modules/iocsearcher/default.nix +++ b/pkgs/development/python-modules/iocsearcher/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "iocsearcher"; - version = "2.3-unstable-2024-03-04"; + version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.7";