python310Packages.peaqevcore: 0.0.16 -> 0.0.19

This commit is contained in:
R. Ryantm 2022-04-28 02:40:19 +00:00
parent df13cab16c
commit 3f90764242

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.0.16";
version = "0.0.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VYJzypRiVOF4FrvglAp2NWMUNxZx2Fq1Pw7lx0xbVFw=";
hash = "sha256-eEMzhrVKZJjUYwwdZ8M+xi0pbxseOS4ddW9il4XYwJs=";
};
postPatch = ''