Unverified Commit bd116dc0 authored by natsukium's avatar natsukium
Browse files

python311Packages.bip-utils: rename from bip_utils

parent 0cbdedb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };