Unverified Commit 5bfbbc27 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents 4f17d373 e4051942
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];