python310Packages.peaqevcore: 13.4.1 -> 13.4.2

This commit is contained in:
Fabian Affolter
2023-03-29 00:05:03 +02:00
parent 8963d6dd92
commit 11f0c4f8a5
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.4.1";
version = "13.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-f4Xq68QBcnHZdwZrAwg7QUvZrXYvrflEkh1us48YN/g=";
hash = "sha256-AW1MPFXQ/8/KqUr4wM263nSzrN67ai+L/dXVTCUG8uI=";
};
postPatch = ''