7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "da9796df302db4b04a197128637f84988f1882f1e08fdd69bbf9fdc6cfbaf349";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "A Python module which calculates and compares the impfuzzy (import fuzzy hashing)";
33 homepage = "https://github.com/JPCERTCC/impfuzzy";
34 license = licenses.gpl2Only;
35 maintainers = teams.determinatesystems.members;