Skip to content

Commit

Permalink
python310Packages.crytic-compile: 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 6, 2022
1 parent 099f1e0 commit 18a3d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/crytic-compile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildPythonPackage rec {
pname = "crytic-compile";
version = "0.2.3";
version = "0.2.4";

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "crytic";
repo = "crytic-compile";
rev = "refs/tags/${version}";
sha256 = "sha256-l8a9QXERpkVrx7zHluMlb3zBvJSODsviNtJPzvL3hDo=";
sha256 = "sha256-phb4Y8CUxuHsNt43oKsgDAZTraNauPkcYQtzcsiWyy8=";
};

propagatedBuildInputs = [ pysha3 setuptools ];
Expand Down

0 comments on commit 18a3d28

Please sign in to comment.