python310Packages.peaqevcore: 5.10.3 -> 5.10.5

This commit is contained in:
Fabian Affolter 2022-08-20 15:56:16 +02:00
parent a95e48cd9c
commit 038526e46d

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.10.3";
version = "5.10.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ua3yDPxZEa4F66knhSfu4hxCNVJTUy/4BO/+a8GqOB0=";
hash = "sha256-rW9QWbnG1sURiWNYxYuACqK3kGS7hIjswcwR5cVwwVg=";
};
postPatch = ''