Loading pkgs/development/python-modules/trezor/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -24,20 +24,15 @@ buildPythonPackage rec { pname = "trezor"; version = "0.12.2"; version = "0.12.3"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "0r0j0y0ii62ppawc8qqjyaq0fkmmb0zk1xb3f9navxp556w2dljv"; sha256 = "02c39c333435b8f6dc62cc79bb5bf35fc7f0eb144a1a748be3b7c065ee3e85ae"; }; postPatch = '' substituteInPlace setup.py \ --replace 'click>=7,<8' 'click>=7,<9' ''; nativeBuildInputs = [ installShellFiles ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/trezor/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -24,20 +24,15 @@ buildPythonPackage rec { pname = "trezor"; version = "0.12.2"; version = "0.12.3"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "0r0j0y0ii62ppawc8qqjyaq0fkmmb0zk1xb3f9navxp556w2dljv"; sha256 = "02c39c333435b8f6dc62cc79bb5bf35fc7f0eb144a1a748be3b7c065ee3e85ae"; }; postPatch = '' substituteInPlace setup.py \ --replace 'click>=7,<8' 'click>=7,<9' ''; nativeBuildInputs = [ installShellFiles ]; propagatedBuildInputs = [ Loading