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