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

python310Packages.peaqevcore: 1.2.1 -> 2.0.0

authored by Fabian Affolter and committed by GitHub 1d581029 795349ad

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "1.2.1"; 9 + version = "2.0.0"; 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-PzGWqBL3276hlcS9beW920Ei75hAxLXxttD8zDPWELE="; 16 + hash = "sha256-ctkBzwZ5Caba1JucxCKF7kJs/eZHJz4YSrV3tNyTEXU="; 17 17 }; 18 18 19 19 postPatch = ''