python37Packages.keepkey: 4.0.2 -> 6.0.2 (#55202)

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:
R. RyanTM 2019-03-15 12:58:32 -07:00 committed by xeji
parent a14a7d958f
commit 0c32653a61

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "keepkey";
version = "4.0.2";
version = "6.0.2";
src = fetchFromGitHub {
owner = "keepkey";
repo = "python-keepkey";
rev = "v${version}";
sha256 = "0aa7j9b4f9gz198j8svxdrffwva1ai8vc55v6xbb2a3lfzmpsf9n";
sha256 = "1778c9vabn9a7b7lbirwclswnqmzqm00slklvnhqacbbdf4rp417";
};
propagatedBuildInputs = [ protobuf hidapi trezor ];