Merge pull request #247944 from hellwolf/crytic-compile-0.3.4

python311Packages.crytic-compile: 0.3.3 -> 0.3.4
This commit is contained in:
Pol Dellaiera 2023-08-09 10:50:50 +02:00 committed by GitHub
commit 133c56eccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [