Merge pull request #237297 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 18.1.7 -> 18.1.11
This commit is contained in:
Nick Cao 2023-06-12 09:15:09 -06:00 committed by GitHub
commit d0d77a4932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "18.1.7"; version = "18.1.11";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-inu0lTY2JQhlFEgJOejMhcHJhYvH6OzYo8qmAy9xBFo="; hash = "sha256-SdnPF2J9AorzSjObkjObIqvejZYSQbjStkKEbiTAOIo=";
}; };
postPatch = '' postPatch = ''