python311Packages.line-profiler: rename from line_profiler

This commit is contained in:
natsukium 2023-11-04 00:07:08 +09:00
parent d7a0412fc7
commit dad24c0a0d
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
3 changed files with 2 additions and 1 deletions

View File

@ -218,6 +218,7 @@ mapAliases ({
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04
lazy_imports = lazy-imports; # added 2023-10-13
lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
line_profiler = line-profiler; # added 2023-11-04
logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
logilab_common = logilab-common; # added 2022-11-21
loo-py = loopy; # added 2022-05-03

View File

@ -6318,7 +6318,7 @@ self: super: with self; {
lineedit = callPackage ../development/python-modules/lineedit { };
line_profiler = callPackage ../development/python-modules/line_profiler { };
line-profiler = callPackage ../development/python-modules/line-profiler { };
linetable = callPackage ../development/python-modules/linetable { };