python310Packages.peaqevcore: 13.2.2 -> 13.2.3

This commit is contained in:
Fabian Affolter 2023-03-20 08:21:38 +01:00
parent 61d8fdca02
commit d12785c43c

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.2.2";
version = "13.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-N/tLoZNiMY1rzzToVvE9U4buUsmsDEcnKPOuifh7qg0=";
hash = "sha256-GhoVV+PWe3fDb6grvskj5KLMFtNIpyXe2jifoSXj7HQ=";
};
postPatch = ''