pythonPackages.eth-utils: 1.4.1 -> 1.7.0

This commit is contained in:
Jaakko Luttinen 2019-09-07 14:09:41 +03:00
parent d90455ed18
commit 0fdf1f5306
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "eth-utils";
version = "1.4.1";
version = "1.7.0";
# Tests are missing from the PyPI source tarball so let's use GitHub
# https://github.com/ethereum/eth-utils/issues/130
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "1bwn7b5f0nzvwiw9zs63wy3qhaxvz2fhjp4wj9djp2337d7195h4";
sha256 = "0hhhdz764xgwj5zg3pjzpx10vh54q7kbvlnj9d67qkgwl3fkfgw2";
};
checkInputs = [ pytest hypothesis ];