python3Packages.crytic-compile: 0.1.9 -> 0.1.12
This commit is contained in:
parent
2133165afd
commit
c7465bb815
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "crytic-compile";
|
pname = "crytic-compile";
|
||||||
version = "0.1.9";
|
version = "0.1.12";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
@ -10,12 +10,13 @@ buildPythonPackage rec {
|
|||||||
owner = "crytic";
|
owner = "crytic";
|
||||||
repo = "crytic-compile";
|
repo = "crytic-compile";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "01mis7bqsh0l5vjl6jwibzy99djza35fxmywy56q8k4jbxwmdcna";
|
sha256 = "1q75n84yxv2cb6x7gqyk3vcwkxpq7pni30wgz3d1bk6pmi2pqgw6";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pysha3 setuptools ];
|
propagatedBuildInputs = [ pysha3 setuptools ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "crytic_compile" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Abstraction layer for smart contract build systems";
|
description = "Abstraction layer for smart contract build systems";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user