python3Packages.eth-typing: 2.2.1 -> 2.2.2

This commit is contained in:
Fabian Affolter
2021-08-10 16:32:50 +02:00
parent d00f146ca5
commit 069a145ae0
@@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "eth-typing";
version = "2.2.1";
version = "2.2.2";
# 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 = "0k9jydsclk81qpkvl7hpchwclm3c89gyzlk17480wcw90nkps9ap";
sha256 = "0rkvkacxla4y2blkkfdsq1ywnyqsvg8pwhvadznbag1bfzja4xhv";
};
# setuptools-markdown uses pypandoc which is broken at the moment