Merge pull request #226478 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 15.2.8 -> 15.3.1
This commit is contained in:
Fabian Affolter 2023-04-17 08:47:27 +02:00 committed by GitHub
commit 9994bcb307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''