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
1 changed files with 2 additions and 2 deletions

View File

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