python3Packages.deepdiff: 5.2.3 -> 5.3.0

Also expose cli under the `deepdiff` attribute.
This commit is contained in:
Martin Weinelt 2021-04-17 14:15:52 +02:00
parent f929c7cdf3
commit fd97b66ec6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "deepdiff";
version = "5.2.3";
version = "5.3.0";
format = "setuptools";
# pypi source does not contain all fixtures required for tests
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "seperman";
repo = "deepdiff";
rev = version;
sha256 = "0j3il23n3yfny6kzy2n67s0zsrqckck7x1ambqh29nzi0bqwslzk";
sha256 = "1izw2qpd93nj948zakamjn7q7dlmmr7sapg0c65hxvs0nmij8sl4";
};
propagatedBuildInputs = [

View File

@ -28559,6 +28559,8 @@ in
dcm2niix = callPackage ../applications/science/biology/dcm2niix { };
deepdiff = with python3Packages; toPythonApplication deepdiff;
deepsea = callPackage ../tools/security/deepsea { };
deeptools = callPackage ../applications/science/biology/deeptools { python = python3; };