python310Packages.peaqevcore: 9.2.3 -> 10.1.4

This commit is contained in:
Fabian Affolter 2023-01-05 22:05:49 +01:00
parent 492690e923
commit 4f4469fe14

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "9.2.3";
version = "10.1.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/NsPRspe/Q1hgcgMatFUPWuSfNz0rnmQ2k2fYDo5CnQ=";
hash = "sha256-h3kNmWa9ZOpI0DG49H3n1MPZu753nrdzSIh8V5N3H6I=";
};
postPatch = ''