Merge pull request #178296 from r-ryantm/auto-update/python3.10-peaqevcore

python310Packages.peaqevcore: 1.0.19 -> 1.1.1
This commit is contained in:
Fabian Affolter
2022-06-20 08:43:59 +02:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "1.0.19";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-c+DTawzDwrNmv9RGRa5hEw+cKLTo3BKx3hK8zHW7tWk=";
hash = "sha256-hTHsY/Xs30DXD6T8pAS3NvGqBPeS3PKRRyH5UxaU57c=";
};
postPatch = ''