python311Packages.crytic-compile: 0.3.3 -> 0.3.4

This commit is contained in:
Miao, ZhiCheng 2023-08-08 17:06:01 +03:00
parent 89370cc2b5
commit 66a4e6956d
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "crytic-compile";
version = "0.3.3";
version = "0.3.4";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "crytic-compile";
rev = "refs/tags/${version}";
hash = "sha256-Nx3eKy/0BLg82o3qDHjxcHXtpX3KDdnBKYwCuTLWRUE=";
hash = "sha256-CeoACtgvMweDbIvYguK2Ca+iTBFONWcE2b0qUkBbQSU=";
};
propagatedBuildInputs = [