Merge pull request #229049 from r-ryantm/auto-update/trezorctl

trezorctl: 0.13.5 -> 0.13.6
This commit is contained in:
Pavol Rusnak 2023-04-30 11:18:24 +02:00 committed by GitHub
commit 6eedf41cc0
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.13.5";
version = "0.13.6";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-jhUBca/+rDge/bFHgpKQhNZBTsd8zNyHHW8NZE/1e9g=";
hash = "sha256-/DWcB1Yv8ViuBP0j9lY6wV3ARlhvOmw3lTbd7w95C0g=";
};
nativeBuildInputs = [ installShellFiles ];