tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.btchip-python: Rename from btchip
Martin Weinelt
2 years ago
10028d9a
a6ec7499
+6
-5
7 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
electron-cash
default.nix
electrum
default.nix
grs.nix
ltc.nix
development
python-modules
btchip-python
default.nix
top-level
python-aliases.nix
python-packages.nix
+1
-1
pkgs/applications/misc/electron-cash/default.nix
···
38
38
cython
39
39
trezor
40
40
keepkey
41
41
-
btchip
41
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
74
-
btchip
74
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
57
-
btchip
57
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
74
-
btchip
74
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
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
1472
-
btchip = callPackage ../development/python-modules/btchip { };
1472
1472
+
btchip-python = callPackage ../development/python-modules/btchip-python { };
1473
1473
1474
1474
bthome-ble = callPackage ../development/python-modules/bthome-ble { };
1475
1475