Unverified Commit 249ee24c authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

python3Packages.eth-utils: 5.3.0 -> 5.3.1 (#442984)

parents 37e3d7d1 681a866b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "eth-utils";
  version = "5.3.0";
  version = "5.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ethereum";
    repo = "eth-utils";
    tag = "v${version}";
    hash = "sha256-VWNQyLfOEQTusdNHO/8/fWyGVFVwr1Cg1IfyNMSsfGQ=";
    hash = "sha256-uyUsX9jX2KumrERrIc6nXloH0G+rQeKzFMwex+Mh3eM=";
  };

  build-system = [ setuptools ];