7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "00h8i70qd3dpsyf2dp7fkcb9m2prd6m3l33qv3wf6idpnqgjz6fq";
18 nativeCheckInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "fnvhash" ];
23 description = "Python FNV hash implementation";
24 homepage = "https://github.com/znerol/py-fnvhash";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];