python3Packages.trezor: 0.13.9 -> 0.13.10
This commit is contained in:
parent
68ed22f8e1
commit
ec2d600c17
@ -6,11 +6,14 @@
|
|||||||
click,
|
click,
|
||||||
construct,
|
construct,
|
||||||
construct-classes,
|
construct-classes,
|
||||||
|
cryptography,
|
||||||
ecdsa,
|
ecdsa,
|
||||||
libusb1,
|
libusb1,
|
||||||
mnemonic,
|
mnemonic,
|
||||||
requests,
|
requests,
|
||||||
setuptools,
|
setuptools,
|
||||||
|
shamir-mnemonic,
|
||||||
|
slip10,
|
||||||
typing-extensions,
|
typing-extensions,
|
||||||
trezor-udev-rules,
|
trezor-udev-rules,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
@ -18,12 +21,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "trezor";
|
pname = "trezor";
|
||||||
version = "0.13.9";
|
version = "0.13.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-lFC9e7nSPl4zo8nljhjwWLRMnZw0ymZLSYGnlaqfse8=";
|
hash = "sha256-egtq5GKN0MMaXOtRJYkY2bvdOthROIg3IlgmsijuUE8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@ -32,10 +35,13 @@ buildPythonPackage rec {
|
|||||||
click
|
click
|
||||||
construct
|
construct
|
||||||
construct-classes
|
construct-classes
|
||||||
|
cryptography
|
||||||
ecdsa
|
ecdsa
|
||||||
libusb1
|
libusb1
|
||||||
mnemonic
|
mnemonic
|
||||||
requests
|
requests
|
||||||
|
shamir-mnemonic
|
||||||
|
slip10
|
||||||
typing-extensions
|
typing-extensions
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isLinux [ trezor-udev-rules ];
|
] ++ lib.optionals stdenv.hostPlatform.isLinux [ trezor-udev-rules ];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user