mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
python311Packages.atsim-potentials: rename from atsim_potentials
This commit is contained in:
parent
0cbdedb436
commit
e621e19e32
@ -49,6 +49,7 @@ mapAliases ({
|
||||
async_generator = async-generator; # added 2023-08-08
|
||||
async_stagger = async-stagger; # added 2023-08-08
|
||||
asyncio-nats-client = nats-py; # added 2022-02-08
|
||||
atsim_potentials = atsim-potentials; # added 2023-10-08
|
||||
awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
|
||||
Babel = babel; # added 2022-05-06
|
||||
backports_csv = throw "backports_csv has been removed, since we no longer need to backport to python2"; # added 2023-07-28
|
||||
|
@ -858,7 +858,7 @@ self: super: with self; {
|
||||
|
||||
atpublic = callPackage ../development/python-modules/atpublic { };
|
||||
|
||||
atsim_potentials = callPackage ../development/python-modules/atsim_potentials { };
|
||||
atsim-potentials = callPackage ../development/python-modules/atsim-potentials { };
|
||||
|
||||
attrdict = callPackage ../development/python-modules/attrdict { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user