Unverified Commit 93a4128a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 1423031b aa03015d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@

buildPythonPackage rec {
  pname = "web3";
  version = "7.12.1";
  version = "7.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ethereum";
    repo = "web3.py";
    tag = "v${version}";
    hash = "sha256-5fmZJun8yRm+BSKPfe9Fsmp7IWpFhwHD3+iBtkKmr1w=";
    hash = "sha256-cG4P/mrvQ3GlGT17o5yVGZtIM5Vgi2+iojUsYSBbhFA=";
  };

  build-system = [ setuptools ];