python3Packages.eth-utils: 1.9.5 -> 1.10.0

This commit is contained in:
Frederik Rietdijk 2021-04-03 17:37:21 +02:00
parent 9004e0dac3
commit 314394fb09

View File

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