python3Packages.crytic-compile: 0.3.7 -> 0.3.8
https://github.com/crytic/crytic-compile/releases/tag/0.3.8
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "crytic-compile";
|
||||
version = "0.3.7";
|
||||
version = "0.3.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "crytic";
|
||||
repo = "crytic-compile";
|
||||
tag = version;
|
||||
hash = "sha256-SMkFzGZg/6akclQ0XLUvjK3uoypsHfRru+B4VurjOrM=";
|
||||
hash = "sha256-7hmak2tqyhBxIv6zEySuxxCAQoeJJRsKMjb1t196s7w=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
description = "Abstraction layer for smart contract build systems";
|
||||
mainProgram = "crytic-compile";
|
||||
homepage = "https://github.com/crytic/crytic-compile";
|
||||
changelog = "https://github.com/crytic/crytic-compile/releases/tag/${version}";
|
||||
changelog = "https://github.com/crytic/crytic-compile/releases/tag/${src.tag}";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
arturcygan
|
||||
|
||||
Reference in New Issue
Block a user