python310Packages.peaqevcore: 13.3.0 -> 13.4.0

This commit is contained in:
Fabian Affolter
2023-03-22 20:57:06 +01:00
parent 7bd3cc447c
commit e2f8de8ba7
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.3.0";
version = "13.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1faEVqSGhRr+CaRHgZMS093fSC3hBgK2CX0oCxAIjCU=";
hash = "sha256-USDqlZZ8w4A2KC4xGVCkgEuMxGK8ez5+/M6nSe3/46c=";
};
postPatch = ''