trezorctl: 0.13.5 -> 0.13.6

This commit is contained in:
R. Ryantm 2023-04-30 04:09:21 +00:00
parent 5d0d352833
commit 4cbc4a9a4b

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 ];