Commit 1be7748c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.crytic-compile: 0.2.4 -> 0.3.0

parent d07819df
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, cbor2
, fetchFromGitHub
, pythonOlder
, pycryptodome
, pysha3
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "crytic-compile";
  version = "0.2.4";
  version = "0.3.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -17,10 +19,12 @@ buildPythonPackage rec {
    owner = "crytic";
    repo = "crytic-compile";
    rev = "refs/tags/${version}";
    hash = "sha256-phb4Y8CUxuHsNt43oKsgDAZTraNauPkcYQtzcsiWyy8=";
    hash = "sha256-4iTvtu2TmxvLTyWm4PV0+yV1fRLYpJHZNBgjy1MFLjM=";
  };

  propagatedBuildInputs = [
    cbor2
    pycryptodome
    pysha3
    setuptools
  ];