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

python310Packages.peaqevcore: 0.1.3 -> 0.1.4
This commit is contained in:
Fabian Affolter 2022-05-28 09:54:53 +02:00 committed by GitHub
commit dbf989c879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "0.1.3"; version = "0.1.4";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-kvQOSy0PdI9zfo0w3merPdbKybBIQpxv5KZQ2GA/WtM="; hash = "sha256-+L730I30dN+d6oc5HWq578B0Io5j5CjAy3SuIGGjOR8=";
}; };
postPatch = '' postPatch = ''