Skip to content

Commit ec2d600

Browse files
committed
python3Packages.trezor: 0.13.9 -> 0.13.10
1 parent 68ed22f commit ec2d600

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkgs/development/python-modules/trezor/default.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,27 @@
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

1922
buildPythonPackage 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

0 commit comments

Comments
 (0)