Merge pull request #238458 from r-ryantm/auto-update/python310Packages.trezor

python310Packages.trezor: 0.13.6 -> 0.13.7
This commit is contained in:
Pavol Rusnak 2023-06-18 20:52:01 +02:00 committed by GitHub
commit a7b22181a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,13 +24,13 @@
buildPythonPackage rec {
pname = "trezor";
version = "0.13.6";
version = "0.13.7";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-/DWcB1Yv8ViuBP0j9lY6wV3ARlhvOmw3lTbd7w95C0g=";
hash = "sha256-dodeWIYBfclPUbu0Efkn8QO9nj7L8HVNXkSjU4mBSeA=";
};
nativeBuildInputs = [ installShellFiles ];