Merge pull request #330813 from fabaff/iocsearcher-bump

python312Packages.iocsearcher: 2.3-unstable-2024-03-04 -> 1.0.0

Changed files
+1 -1
pkgs
development
python-modules
iocsearcher
+1 -1
pkgs/development/python-modules/iocsearcher/default.nix
···
buildPythonPackage rec {
pname = "iocsearcher";
-
version = "2.3-unstable-2024-03-04";
pyproject = true;
disabled = pythonOlder "3.7";
···
buildPythonPackage rec {
pname = "iocsearcher";
+
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.7";