python311Packages.atsim-potentials: rename from atsim_potentials

This commit is contained in:
natsukium 2023-10-08 11:53:59 +09:00
parent 0cbdedb436
commit e621e19e32
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 { };