Merge pull request #202133 from r-ryantm/auto-update/python310Packages.peaqevcore

python310Packages.peaqevcore: 7.4.0 -> 8.0.2

authored by

Fabian Affolter and committed by
GitHub
e382bbf1 94ed2ee8

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "7.4.0"; 9 + version = "8.0.2"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-7b6fF6wVNo4kBJ+s1lxNSl1C2vZjnAmHOtVSmqoiY9Q="; 16 + hash = "sha256-2ZWfQI2D2C56qrU0xKYo7fJcKe8v8zFIYHtWYy+KIDw="; 17 17 }; 18 18 19 19 postPatch = ''