lol

Merge pull request #175063 from r-ryantm/auto-update/python3.10-peaqevcore

python310Packages.peaqevcore: 0.1.3 -> 0.1.4

authored by

Fabian Affolter and committed by
GitHub
dbf989c8 bcd2d6dc

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "0.1.3"; 9 + version = "0.1.4"; 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-kvQOSy0PdI9zfo0w3merPdbKybBIQpxv5KZQ2GA/WtM="; 16 + hash = "sha256-+L730I30dN+d6oc5HWq578B0Io5j5CjAy3SuIGGjOR8="; 17 17 }; 18 18 19 19 postPatch = ''