6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-J5WETvB17IorjThcTVn16kiwjnGA/OPLJ4e+DbALH7Q=";
16 sed -e "/'jsondiff=jsondiff.cli:main_deprecated',/d" -i setup.py
23 description = "Diff JSON and JSON-like structures in Python";
24 homepage = "https://github.com/ZoomerAnalytics/jsondiff";
25 license = lib.licenses.mit;