python310Packages.peaqevcore: 12.0.1 -> 12.0.2

This commit is contained in:
Fabian Affolter 2023-02-22 00:57:17 +01:00
parent 8260d35eb9
commit 6b5f0307b2

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "12.0.1";
version = "12.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nhipggmTd0BgYOPo4SoezrvPmw7wQL71K5y1EKoHRDw=";
hash = "sha256-TfIzTbVXhS+DxroxBqfodS4HAQBPJQ4/Vo4Jh8VjYfM=";
};
postPatch = ''