7 buildPythonPackage rec {
12 inherit pname version;
14 sha256 = "f1402701063998f6a70609789aae8dc05703f3ad0a34882f6199653654c55543";
17 buildInputs = [ nose ];
20 description = "DataDiff";
21 homepage = "https://sourceforge.net/projects/datadiff/";
22 license = licenses.asl20;