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

python310Packages.peaqevcore: 19.3.2 -> 19.4.2

authored by

Nick Cao and committed by
GitHub
78c81d2b 025cd128

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