lol

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

python310Packages.peaqevcore: 12.2.1 -> 12.2.6

authored by

Weijia Wang and committed by
GitHub
8993a094 afee2c9c

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "12.2.1"; 9 + version = "12.2.6"; 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-WOuKGVrNZzvY7F0Mvj3MjSdTu47c5Y11ySe1qorzlWE="; 16 + hash = "sha256-IAqXp/d0f1khhNpkp4uQmxqJ4Xh8Nl87i+iMa3U9EDM="; 17 17 }; 18 18 19 19 postPatch = ''