7 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-iMVwhhxEDuPy9gN8RlRhMij/QMk6bCXg66cNFygsYZQ=";
16 nativeCheckInputs = [ pytestCheckHook ];
19 homepage = "https://github.com/pytoolz/toolz";
20 description = "List processing tools and functional utilities";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ fridh ];