python310Packages.peaqevcore: 4.0.8 -> 5.1.3

This commit is contained in:
Fabian Affolter 2022-08-14 22:46:28 +02:00
parent 989b7550e6
commit f9e632925e

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "4.0.8";
version = "5.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-B0t9kNl55VsPC8ZXP7/lRDJ0Hfm4uhSEMGX9To4fjAU=";
hash = "sha256-9cfxLbpA2WHsolF/jxrsx7mEWj6exlCNHce3waI308I=";
};
postPatch = ''