python312Packages.crytic-compile: 0.3.6 -> 0.3.7

This commit is contained in:
R. Ryantm 2024-04-08 02:09:13 +00:00
parent f6eb921406
commit 0041c6bc0b

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "crytic-compile"; pname = "crytic-compile";
version = "0.3.6"; version = "0.3.7";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "crytic"; owner = "crytic";
repo = "crytic-compile"; repo = "crytic-compile";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-dQynnILHt6YO5qtvVVwcxRwtBJgokyfsQ5ubH15dkuA="; hash = "sha256-SMkFzGZg/6akclQ0XLUvjK3uoypsHfRru+B4VurjOrM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [