python3Packages.web3: 7.12.1 -> 7.13.0 (#438154)

authored by Fabian Affolter and committed by GitHub 93a4128a 1423031b

+2 -2
+2 -2
pkgs/development/python-modules/web3/default.nix
··· 39 40 buildPythonPackage rec { 41 pname = "web3"; 42 - version = "7.12.1"; 43 pyproject = true; 44 45 src = fetchFromGitHub { 46 owner = "ethereum"; 47 repo = "web3.py"; 48 tag = "v${version}"; 49 - hash = "sha256-5fmZJun8yRm+BSKPfe9Fsmp7IWpFhwHD3+iBtkKmr1w="; 50 }; 51 52 build-system = [ setuptools ];
··· 39 40 buildPythonPackage rec { 41 pname = "web3"; 42 + version = "7.13.0"; 43 pyproject = true; 44 45 src = fetchFromGitHub { 46 owner = "ethereum"; 47 repo = "web3.py"; 48 tag = "v${version}"; 49 + hash = "sha256-cG4P/mrvQ3GlGT17o5yVGZtIM5Vgi2+iojUsYSBbhFA="; 50 }; 51 52 build-system = [ setuptools ];