python3Packages.eth-typing: 2.2.2 -> 2.3.0

This commit is contained in:
Jonathan Ringer 2022-01-22 13:57:11 -08:00 committed by Martin Weinelt
parent 161803b751
commit d64bce42f7

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "eth-typing";
version = "2.2.2";
version = "2.3.0";
# Tests are missing from the PyPI source tarball so let's use GitHub
# https://github.com/ethereum/eth-typing/issues/8
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "0rkvkacxla4y2blkkfdsq1ywnyqsvg8pwhvadznbag1bfzja4xhv";
sha256 = "sha256-cuA6vSfCfqgffEhSEuVeKJfxsGLw1mGID9liodE9wcU=";
};
# setuptools-markdown uses pypandoc which is broken at the moment