pythonPackages.eth-typing: 2.0.0 -> 2.1.0

This commit is contained in:
Jaakko Luttinen 2019-09-07 13:58:19 +03:00
parent 4e60699fa7
commit d90455ed18
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "eth-typing";
version = "2.0.0";
version = "2.1.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 = "017rshrz9kzax851hdbd3924jmr06h2sx3xdq7m4dwhgz3pgqfcy";
sha256 = "0chrrfw3kdaihgr2ryhljf56bflipzmfxai688xrc2yk7yiqnll5";
};
# setuptools-markdown uses pypandoc which is broken at the moment