Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #330813 from fabaff/iocsearcher-bump

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

authored by Fabian Affolter and committed by GitHub 12af5bb8 784aecf3

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