Merge pull request #262535 from r-ryantm/auto-update/python311Packages.trezor

python311Packages.trezor: 0.13.7 -> 0.13.8
This commit is contained in:
Pavol Rusnak 2023-10-21 18:42:40 +02:00 committed by GitHub
commit 39dee48a5c
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.7";
version = "0.13.8";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-dodeWIYBfclPUbu0Efkn8QO9nj7L8HVNXkSjU4mBSeA=";
hash = "sha256-Y01O3fNWAyV8MhYY2FSMajWyc4Rle2XjsL261jWlfP8=";
};
nativeBuildInputs = [ installShellFiles ];