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

python310Packages.peaqevcore: 1.0.11 -> 1.0.14
This commit is contained in:
Fabian Affolter
2022-06-14 08:38:56 +02:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "1.0.11";
version = "1.0.14";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cY2+H6FiojUEOHuA+wuIubtJKjNQlgten1edWgkoLb0=";
hash = "sha256-zHVi950iUultt66amL22d/7INglJtSOHvWCPUSaw5h4=";
};
postPatch = ''