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

python310Packages.peaqevcore: 19.5.20 -> 19.5.21

authored by Fabian Affolter and committed by GitHub 2631f7c5 e605b655

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "19.5.20"; 9 + version = "19.5.21"; 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-atrrPU9aQvpbI3JYdsnGkdRpq3SRuBJpezF1qc1USB0="; 16 + hash = "sha256-MR+dPGap7IgdWV+bKLUU3E3lzoG+RaaspjqedMQMk5Y="; 17 17 }; 18 18 19 19 postPatch = ''