python311Packages.bip-utils: rename from bip_utils

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

View File

@ -57,6 +57,7 @@ mapAliases ({
backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
bip_utils = bip-utils; # 2023-10-08
bitcoin-price-api = throw "bitcoin-price-api has been removed, it was using setuptools 2to3 translation feautre, which has been removed in setuptools 58"; # added 2022-02-15
BlinkStick = blinkstick; # added 2023-02-19
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29

View File

@ -1434,7 +1434,7 @@ self: super: with self; {
biplist = callPackage ../development/python-modules/biplist { };
bip_utils = callPackage ../development/python-modules/bip_utils { };
bip-utils = callPackage ../development/python-modules/bip-utils { };
bitarray = callPackage ../development/python-modules/bitarray { };