python310Packages.peaqevcore: 18.1.11 -> 19.0.0

This commit is contained in:
R. Ryantm 2023-07-18 05:20:58 +00:00
parent d0299f7fa1
commit bb904f2a21

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