python3Packages.eth-utils: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm
2025-09-14 19:12:46 +00:00
parent 2296a312c2
commit 681a866b25
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "eth-utils";
version = "5.3.0";
version = "5.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "eth-utils";
tag = "v${version}";
hash = "sha256-VWNQyLfOEQTusdNHO/8/fWyGVFVwr1Cg1IfyNMSsfGQ=";
hash = "sha256-uyUsX9jX2KumrERrIc6nXloH0G+rQeKzFMwex+Mh3eM=";
};
build-system = [ setuptools ];