File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
pkgs/development/python-modules/trezor Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 66 click ,
77 construct ,
88 construct-classes ,
9+ cryptography ,
910 ecdsa ,
1011 libusb1 ,
1112 mnemonic ,
1213 requests ,
1314 setuptools ,
15+ shamir-mnemonic ,
16+ slip10 ,
1417 typing-extensions ,
1518 trezor-udev-rules ,
1619 pytestCheckHook ,
1720} :
1821
1922buildPythonPackage rec {
2023 pname = "trezor" ;
21- version = "0.13.9 " ;
24+ version = "0.13.10 " ;
2225 pyproject = true ;
2326
2427 src = fetchPypi {
2528 inherit pname version ;
26- hash = "sha256-lFC9e7nSPl4zo8nljhjwWLRMnZw0ymZLSYGnlaqfse8 =" ;
29+ hash = "sha256-egtq5GKN0MMaXOtRJYkY2bvdOthROIg3IlgmsijuUE8 =" ;
2730 } ;
2831
2932 build-system = [ setuptools ] ;
@@ -32,10 +35,13 @@ buildPythonPackage rec {
3235 click
3336 construct
3437 construct-classes
38+ cryptography
3539 ecdsa
3640 libusb1
3741 mnemonic
3842 requests
43+ shamir-mnemonic
44+ slip10
3945 typing-extensions
4046 ] ++ lib . optionals stdenv . hostPlatform . isLinux [ trezor-udev-rules ] ;
4147
You can’t perform that action at this time.
0 commit comments