python310Packages.eth-typing: 3.0.0 -> 3.1.0

authored by

Sandro Jäckel and committed by
Jonathan Ringer
0137050c 2c4be24d

+2 -2
+2 -2
pkgs/development/python-modules/eth-typing/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "eth-typing"; 10 - version = "3.0.0"; 10 + version = "3.1.0"; 11 11 disabled = pythonOlder "3.6"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "ethereum"; 15 15 repo = "eth-typing"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-9rrnDFPWAmrUkr2mVTVi/8DTJdg4hzGaU0UbpwG5mtY="; 17 + sha256 = "sha256-Xk/IfW1zuNbGdYAxXTNL9kL+ZW1bWruZ21KFV9+lv/E="; 18 18 }; 19 19 20 20 checkInputs = [