Merge pull request #222146 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 13.2.2 -> 13.2.3
This commit is contained in:
Stanisław Pitucha
2023-03-20 22:18:23 +11:00
committed by GitHub
@@ -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 = ''