python37Packages.keepkey: 6.0.2 -> 6.0.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-keepkey/versions
This commit is contained in:
parent
98431865f8
commit
b24ae02ebb
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "keepkey";
|
pname = "keepkey";
|
||||||
version = "6.0.2";
|
version = "6.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "keepkey";
|
owner = "keepkey";
|
||||||
repo = "python-keepkey";
|
repo = "python-keepkey";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1778c9vabn9a7b7lbirwclswnqmzqm00slklvnhqacbbdf4rp417";
|
sha256 = "0jnkh1nin1lwnx32ak6sv8gzmpnkvcy6vm23wzm1ymzfndxk6rnm";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf hidapi trezor ];
|
propagatedBuildInputs = [ protobuf hidapi trezor ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user