3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.trezor: 0.13.6 -> 0.13.7

This commit is contained in:
R. Ryantm 2023-06-18 17:52:53 +00:00
parent 63e4a83928
commit e67eb5d4ef

View file

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