Unverified Commit 60db582c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.crytic-compile: 0.3.8 -> 0.3.9 (#400631)

parents 85476086 3d7677af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "crytic-compile";
  version = "0.3.8";
  version = "0.3.9";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "crytic";
    repo = "crytic-compile";
    tag = version;
    hash = "sha256-7hmak2tqyhBxIv6zEySuxxCAQoeJJRsKMjb1t196s7w=";
    hash = "sha256-oXmjncNblC0r+qL39G5s9EXGKQZKIYBHwrJaSaLEkyc=";
  };

  propagatedBuildInputs = [