Merge pull request #118544 from SuperSandro2000/python3Packages.crytic-compile
python3Packages.crytic-compile: 0.1.12 -> 0.1.13
This commit is contained in:
commit
0f68df7614
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue