Merge pull request #220294 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 12.2.7 -> 13.0.0
This commit is contained in:
Fabian Affolter 2023-03-10 00:33:52 +01:00 committed by GitHub
commit 9d8c86d125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "12.2.7";
version = "13.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CtOicqS4PBDcsLrIyu3vek5Gi73vfE2vZfIo83mJgS4=";
hash = "sha256-uQ5e85KHFaJCgpALFCYVs+nY0fZIE4UIYdNOn6VrIWM=";
};
postPatch = ''