python-trezor: 0.11.2 -> 0.11.3

This commit is contained in:
Marek Mahut 2019-06-01 10:24:40 +02:00 committed by Franz Pletz
parent be465351b4
commit 2335878b2a

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "trezor";
version = "0.11.2";
version = "0.11.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "a6f4b47b37a21247535fc43411cb70a8c61ef0a5a2dfee668bd05611e2741fb8";
sha256 = "c79a500e90d003073c8060d319dceb042caaba9472f13990c77ed37d04a82108";
};
propagatedBuildInputs = [ typing-extensions protobuf hidapi ecdsa mnemonic requests pyblake2 click construct libusb1 rlp ];
@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet";
homepage = https://github.com/trezor/python-trezor;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ np prusnak ];
maintainers = with lib.maintainers; [ np prusnak mmahut ];
};
}