python3Packages.eth-typing: 2.3.0 -> 3.0.0

This commit is contained in:
Jonathan Ringer 2022-01-22 13:59:53 -08:00 committed by Martin Weinelt
parent d64bce42f7
commit 76d322cada

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "eth-typing";
version = "2.3.0";
version = "3.0.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 = "sha256-cuA6vSfCfqgffEhSEuVeKJfxsGLw1mGID9liodE9wcU=";
sha256 = "sha256-9rrnDFPWAmrUkr2mVTVi/8DTJdg4hzGaU0UbpwG5mtY=";
};
# setuptools-markdown uses pypandoc which is broken at the moment