Merge pull request #137109 from r-ryantm/auto-update/python3.8-trezor

python38Packages.trezor: 0.12.3 -> 0.12.4
This commit is contained in:
Pavol Rusnak 2021-09-08 17:12:34 +02:00 committed by GitHub
commit 9bc1842f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@
buildPythonPackage rec {
pname = "trezor";
version = "0.12.3";
version = "0.12.4";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "02c39c333435b8f6dc62cc79bb5bf35fc7f0eb144a1a748be3b7c065ee3e85ae";
sha256 = "3e180d9f9f8b69176b5ef36311b6161f5b793b538eb2dfd4babbb4d3fb1e374e";
};
nativeBuildInputs = [ installShellFiles ];