python: trezor: 0.7.16 -> 0.9.0
This commit is contained in:
parent
3a15eff804
commit
38116c692c
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "trezor";
|
pname = "trezor";
|
||||||
version = "0.7.16";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6bdb69fc125ba705854e21163be6c7da3aa17c2a3a84f40b6d8a3f6e4a8cb314";
|
sha256 = "2dd01e11d669cb8f5e40fcf1748bcabc41fb5f41edb010fc807dc3088f9bd7de";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf hidapi requests mnemonic ];
|
propagatedBuildInputs = [ protobuf hidapi requests mnemonic ];
|
||||||
|
|
Loading…
Reference in a new issue