python310Packages.peaqevcore: 0.0.22 -> 0.0.23

This commit is contained in:
R. Ryantm
2022-05-09 03:14:45 +00:00
parent 806344b3e2
commit 88639cd7a9
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.0.22";
version = "0.0.23";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ye8evqkOy08wHYohVOpXB2pfPN/vsK9GnPnL/nbVZU0=";
hash = "sha256-z59TJ+P7WNMcTyevi4etWUFUnBJXAVhDOnO4GXjjuR0=";
};
postPatch = ''