Merge pull request #222424 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 13.2.3 -> 13.3.0
This commit is contained in:
Fabian Affolter
2023-03-22 06:18:52 +01:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.2.3";
version = "13.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GhoVV+PWe3fDb6grvskj5KLMFtNIpyXe2jifoSXj7HQ=";
hash = "sha256-1faEVqSGhRr+CaRHgZMS093fSC3hBgK2CX0oCxAIjCU=";
};
postPatch = ''