python311Packages.peaqevcore: 19.0.0 -> 19.0.1

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.0.1
This commit is contained in:
Fabian Affolter 2023-07-20 17:52:47 +02:00
parent 4b7ad2c7ea
commit c4d7ae4ebe

View File

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