python310Packages.peaqevcore: 15.2.8 -> 15.3.1

This commit is contained in:
Fabian Affolter 2023-04-16 16:15:01 +02:00
parent 8ca3f7a459
commit 8792ed32bb

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "15.2.8";
version = "15.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-z/wGjLAigZ7EHckj7h4IK14tpybIvK3NyECCNy9+H7g=";
hash = "sha256-nbDySNyHsy/5RaN7L/lbMunfXp+Ohyq0sZWPXirFbqs=";
};
postPatch = ''