python3Packages.crytic-compile: 0.1.9 -> 0.1.12

This commit is contained in:
Artur Cygan 2021-01-06 21:09:46 +01:00
parent e1722a6d58
commit 20545ee136

View file

@ -6,6 +6,10 @@ buildPythonPackage rec {
disabled = pythonOlder "3.6";
patchPhase = ''
substituteInPlace setup.py --replace 'version="0.1.11",' 'version="${version}",'
'';
src = fetchFromGitHub {
owner = "crytic";
repo = "crytic-compile";
@ -21,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Abstraction layer for smart contract build systems";
homepage = "https://github.com/crytic/crytic-compile";
license = licenses.agpl3;
maintainers = with maintainers; [ SuperSandro2000 ];
license = licenses.agpl3Plus;
maintainers = with maintainers; [ SuperSandro2000 arturcygan ];
};
}