python3Packages.eth-utils: 5.3.0 -> 5.3.1 (#442984)

Changed files
+2 -2
pkgs
development
python-modules
eth-utils
+2 -2
pkgs/development/python-modules/eth-utils/default.nix
···
buildPythonPackage rec {
pname = "eth-utils";
-
version = "5.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "eth-utils";
tag = "v${version}";
-
hash = "sha256-VWNQyLfOEQTusdNHO/8/fWyGVFVwr1Cg1IfyNMSsfGQ=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "eth-utils";
+
version = "5.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "eth-utils";
tag = "v${version}";
+
hash = "sha256-uyUsX9jX2KumrERrIc6nXloH0G+rQeKzFMwex+Mh3eM=";
};
build-system = [ setuptools ];