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 7 buildPythonPackage rec { 8 pname = "peaqevcore"; 9 - version = "1.2.1"; 10 format = "setuptools"; 11 12 disabled = pythonOlder "3.7"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - hash = "sha256-PzGWqBL3276hlcS9beW920Ei75hAxLXxttD8zDPWELE="; 17 }; 18 19 postPatch = ''
··· 6 7 buildPythonPackage rec { 8 pname = "peaqevcore"; 9 + version = "2.0.0"; 10 format = "setuptools"; 11 12 disabled = pythonOlder "3.7"; 13 14 src = fetchPypi { 15 inherit pname version; 16 + hash = "sha256-ctkBzwZ5Caba1JucxCKF7kJs/eZHJz4YSrV3tNyTEXU="; 17 }; 18 19 postPatch = ''