python3Packages.web3: 7.13.0 -> 7.14.0

This commit is contained in:
R. Ryantm
2025-10-22 05:55:37 +00:00
parent 1b1e9e78b5
commit 42a9ec36d7
@@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "web3";
version = "7.13.0";
version = "7.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ethereum";
repo = "web3.py";
tag = "v${version}";
hash = "sha256-cG4P/mrvQ3GlGT17o5yVGZtIM5Vgi2+iojUsYSBbhFA=";
hash = "sha256-jcRbyYbbqcY7WYIO8wiqLWYnS73NRDfMIpxDFT8ulSY=";
};
build-system = [ setuptools ];