18 buildPythonPackage rec {
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-0EnI7f5t7Ftl/8UcsRdA4iVQ78mxvPucCJjFJ8TMwww=";
35 dependencies = [ pyyaml ];
43 description = "Diff JSON and JSON-like structures in Python";
44 mainProgram = "jdiff";
45 homepage = "https://github.com/ZoomerAnalytics/jsondiff";
46 license = lib.licenses.mit;