Merge pull request #118544 from SuperSandro2000/python3Packages.crytic-compile

python3Packages.crytic-compile: 0.1.12 -> 0.1.13
This commit is contained in:
Sandro 2021-04-05 07:16:33 +02:00 committed by GitHub
commit 0f68df7614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "crytic-compile";
version = "0.1.12";
version = "0.1.13";
disabled = pythonOlder "3.6";
@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "crytic-compile";
rev = version;
sha256 = "1q75n84yxv2cb6x7gqyk3vcwkxpq7pni30wgz3d1bk6pmi2pqgw6";
sha256 = "sha256-KJRfkUyUI0M7HevY4XKOtCvU+SFlsJIl3kTIccWfNmw=";
};
propagatedBuildInputs = [ pysha3 setuptools ];