Loading pkgs/development/python-modules/eth-account/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , eth-keys , eth-rlp , eth-utils , websockets , hexbytes , pythonOlder , rlp Loading @@ -14,21 +15,16 @@ buildPythonPackage rec { pname = "eth-account"; version = "0.6.1"; version = "0.9.0"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "ethereum"; repo = "eth-account"; rev = "v${version}"; hash = "sha256-cjQvTKC4lDbKnAvbmnTGHQiJZsZFhXc/+UH5rUdlGxs="; hash = "sha256-Ps/vzJv0W1+wy1mSJaqRNNU6CoCMchReHIocB9kPrGs="; }; postPatch = '' substituteInPlace setup.py \ --replace "bitarray>=1.2.1,<1.3.0" "bitarray>=2.4.0,<3" ''; propagatedBuildInputs = [ bitarray eth-abi Loading @@ -38,6 +34,7 @@ buildPythonPackage rec { eth-utils hexbytes rlp websockets ]; # require buildinga npm project Loading Loading
pkgs/development/python-modules/eth-account/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , eth-keys , eth-rlp , eth-utils , websockets , hexbytes , pythonOlder , rlp Loading @@ -14,21 +15,16 @@ buildPythonPackage rec { pname = "eth-account"; version = "0.6.1"; version = "0.9.0"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "ethereum"; repo = "eth-account"; rev = "v${version}"; hash = "sha256-cjQvTKC4lDbKnAvbmnTGHQiJZsZFhXc/+UH5rUdlGxs="; hash = "sha256-Ps/vzJv0W1+wy1mSJaqRNNU6CoCMchReHIocB9kPrGs="; }; postPatch = '' substituteInPlace setup.py \ --replace "bitarray>=1.2.1,<1.3.0" "bitarray>=2.4.0,<3" ''; propagatedBuildInputs = [ bitarray eth-abi Loading @@ -38,6 +34,7 @@ buildPythonPackage rec { eth-utils hexbytes rlp websockets ]; # require buildinga npm project Loading