mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python311Packages.bip-utils: rename from bip_utils
This commit is contained in:
parent
0cbdedb436
commit
bd116dc049
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user