python3Packages.web3: 7.14.0 -> 7.14.1 (#487784)

This commit is contained in:
Michael Daniels
2026-02-08 01:16:52 +00:00
committed by GitHub

View File

@@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "web3";
version = "7.14.0";
version = "7.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "web3.py";
tag = "v${version}";
hash = "sha256-jcRbyYbbqcY7WYIO8wiqLWYnS73NRDfMIpxDFT8ulSY=";
hash = "sha256-1p98lza2nCyeY8JLq2EtSxblNf2OSABMHMrp6Bzh4Ao=";
};
build-system = [ setuptools ];