pythonPackages.inflection: in sorted order in python-packages
This commit is contained in:
parent
fb598605cd
commit
037e35da2d
1 changed files with 2 additions and 2 deletions
|
@ -9709,6 +9709,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
inflection = callPackage ../development/python-modules/inflection { };
|
||||
|
||||
influxdb = buildPythonPackage rec {
|
||||
name = "influxdb-4.0.0";
|
||||
|
||||
|
@ -24413,8 +24415,6 @@ EOF
|
|||
|
||||
jsondate = callPackage ../development/python-modules/jsondate { };
|
||||
|
||||
inflection = callPackage ../development/python-modules/inflection { };
|
||||
|
||||
});
|
||||
|
||||
in fix' (extends overrides packages)
|
||||
|
|
Loading…
Reference in a new issue