python3Packages.eth-typing: 5.1.0 -> 5.2.1

This commit is contained in:
Ben Siraphob
2025-07-30 00:28:48 -07:00
parent 1465130c05
commit 80a4d69b1d
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "eth-typing";
version = "5.1.0";
version = "5.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "eth-typing";
tag = "v${version}";
hash = "sha256-IOWd6WFPAYO+VZwlMilRVHtudEjHt5p8Xu4WloFB/ww=";
hash = "sha256-w/xYqDmtlNs9dk4lTX0zxjdlUc7l7vi8ZnSE62W0m8o=";
};
build-system = [ setuptools ];