jsondiff: 1.1.2 -> 1.2.0
This commit is contained in:
parent
57d5b0be29
commit
c555bc38a3
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jsondiff";
|
pname = "jsondiff";
|
||||||
version = "1.1.2";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7e18138aecaa4a8f3b7ac7525b8466234e6378dd6cae702b982c9ed851d2ae21";
|
sha256 = "00v3689175aqzdscrxpffm712ylp8jvcpqdg51ca22ni6721p51l";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests
|
# No tests
|
||||||
|
@ -20,5 +20,4 @@ buildPythonPackage rec {
|
||||||
homepage = https://github.com/ZoomerAnalytics/jsondiff;
|
homepage = https://github.com/ZoomerAnalytics/jsondiff;
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue