mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.deepdiff: 5.2.3 -> 5.3.0
Also expose cli under the `deepdiff` attribute.
This commit is contained in:
parent
f929c7cdf3
commit
fd97b66ec6
2 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deepdiff";
|
pname = "deepdiff";
|
||||||
version = "5.2.3";
|
version = "5.3.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
# pypi source does not contain all fixtures required for tests
|
# pypi source does not contain all fixtures required for tests
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "seperman";
|
owner = "seperman";
|
||||||
repo = "deepdiff";
|
repo = "deepdiff";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0j3il23n3yfny6kzy2n67s0zsrqckck7x1ambqh29nzi0bqwslzk";
|
sha256 = "1izw2qpd93nj948zakamjn7q7dlmmr7sapg0c65hxvs0nmij8sl4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
@ -28559,6 +28559,8 @@ in
|
||||||
|
|
||||||
dcm2niix = callPackage ../applications/science/biology/dcm2niix { };
|
dcm2niix = callPackage ../applications/science/biology/dcm2niix { };
|
||||||
|
|
||||||
|
deepdiff = with python3Packages; toPythonApplication deepdiff;
|
||||||
|
|
||||||
deepsea = callPackage ../tools/security/deepsea { };
|
deepsea = callPackage ../tools/security/deepsea { };
|
||||||
|
|
||||||
deeptools = callPackage ../applications/science/biology/deeptools { python = python3; };
|
deeptools = callPackage ../applications/science/biology/deeptools { python = python3; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue