python3Packages.web3: 7.14.1 -> 7.15.0

This commit is contained in:
R. Ryantm
2026-04-04 10:37:17 +00:00
parent e7d780829d
commit e0507a0d77
@@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "web3";
version = "7.14.1";
version = "7.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "web3.py";
tag = "v${version}";
hash = "sha256-1p98lza2nCyeY8JLq2EtSxblNf2OSABMHMrp6Bzh4Ao=";
hash = "sha256-BStkLH7lCnhVs2Fc3c0EBXzyZtEgI8ywA01OEBYLUeQ=";
};
build-system = [ setuptools ];