python310Packages.btchip-python: Rename from btchip

+6 -5
+1 -1
pkgs/applications/misc/electron-cash/default.nix
··· 38 38 cython 39 39 trezor 40 40 keepkey 41 - btchip 41 + btchip-python 42 42 hidapi 43 43 pyopenssl 44 44 pyscard
+1 -1
pkgs/applications/misc/electrum/default.nix
··· 71 71 requests 72 72 tlslite-ng 73 73 # plugins 74 - btchip 74 + btchip-python 75 75 ckcc-protocol 76 76 keepkey 77 77 trezor
+1 -1
pkgs/applications/misc/electrum/grs.nix
··· 54 54 requests 55 55 tlslite-ng 56 56 # plugins 57 - btchip 57 + btchip-python 58 58 ckcc-protocol 59 59 keepkey 60 60 trezor
+1 -1
pkgs/applications/misc/electrum/ltc.nix
··· 71 71 requests 72 72 tlslite-ng 73 73 # plugins 74 - btchip 74 + btchip-python 75 75 ckcc-protocol 76 76 keepkey 77 77 trezor
pkgs/development/python-modules/btchip/default.nix pkgs/development/python-modules/btchip-python/default.nix
+1
pkgs/top-level/python-aliases.nix
··· 47 47 BlinkStick = blinkstick; # added 2023-02-19 48 48 blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29 49 49 bsblan = python-bsblan; # added 2022-11-04 50 + btchip = btchip-python; # added 2023-03-03 50 51 bt_proximity = bt-proximity; # added 2021-07-02 51 52 BTrees = btrees; # added 2023-02-19 52 53 carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
+1 -1
pkgs/top-level/python-packages.nix
··· 1469 1469 1470 1470 bsuite = callPackage ../development/python-modules/bsuite { }; 1471 1471 1472 - btchip = callPackage ../development/python-modules/btchip { }; 1472 + btchip-python = callPackage ../development/python-modules/btchip-python { }; 1473 1473 1474 1474 bthome-ble = callPackage ../development/python-modules/bthome-ble { }; 1475 1475