7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "a1bfdcf875bc072f41e426d0673f2e3017750743bb90cc725fffb292eb09648c";
20 homepage = "https://github.com/borntyping/python-infix";
21 description = "Decorator that allows functions to be used as infix functions";
22 license = lib.licenses.mit;