python310Packages.peaqevcore: 2.1.1 -> 3.0.5

This commit is contained in:
R. Ryantm 2022-07-02 14:35:31 +00:00 committed by Jonathan Ringer
parent 7f74d98bdc
commit bd6fe08cc0

View file

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