python311Packages.eth-abi: 3.0.1 -> 4.1.0

This commit is contained in:
Miao, ZhiCheng 2023-06-27 00:13:34 +03:00
parent 7b85337cc2
commit af9cf1a17e
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1
2 changed files with 3 additions and 7 deletions

View file

@ -12,19 +12,19 @@
buildPythonPackage rec {
pname = "eth-abi";
version = "3.0.1";
version = "4.1.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ethereum";
repo = "eth-abi";
rev = "v${version}";
hash = "sha256-xrZpT/9zwDtjSwSPDDse+Aq8plPm26OR/cIrliZUpLY=";
hash = "sha256-CGAfu3Ovz2WPJOD+4W2+cOAz+wYvuIyFL333Jw66ozA=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "parsimonious>=0.8.0,<0.9.0" "parsimonious"
--replace "parsimonious>=0.9.0,<0.10.0" "parsimonious"
'';
propagatedBuildInputs = [

View file

@ -37,10 +37,6 @@ buildPythonPackage rec {
hash = "sha256-p3Dpmb0BST1nbh42q/eK/DjQqoIPHvNr2KllRpTgFFw=";
};
nativeBuildInputs = [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
aiohttp
eth-abi