python310Packages.peaqevcore: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm 2022-07-03 16:14:31 +00:00
parent d63774ae64
commit 60971eb672

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "3.0.5";
version = "3.0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nRbpQxf2I+X9tgm7wZ1CGdlepDPvvwPpRjjLoDAR/k0=";
hash = "sha256-/wiVyIiyNl7pqujjROgWdrQH253Li6QZzFZisUm5jlM=";
};
postPatch = ''