Merge pull request #226229 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 15.2.4 -> 15.2.8

authored by

Fabian Affolter and committed by
GitHub
db331c81 d8575117

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "15.2.4"; 9 + version = "15.2.8"; 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-+k1G4A4bJJzRfYRISp869NeCBTsVldWb+c6Z1tNZNg0="; 16 + hash = "sha256-z/wGjLAigZ7EHckj7h4IK14tpybIvK3NyECCNy9+H7g="; 17 17 }; 18 18 19 19 postPatch = ''