python310Packages.btchip-python: Rename from btchip

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