jsondiff: 1.1.2 -> 1.2.0

This commit is contained in:
Wael M. Nasreddine 2019-07-23 14:14:57 -07:00
parent 57d5b0be29
commit c555bc38a3
No known key found for this signature in database
GPG Key ID: FD437548E0BF0F5F
1 changed files with 3 additions and 4 deletions

View File

@ -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;
}; };
}
}