python311Packages.peaqevcore: 19.10.8 -> 19.10.12

This commit is contained in:
R. Ryantm
2024-05-27 04:30:13 +00:00
parent ec76ebf4d8
commit 484ca81b75
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.10.8";
version = "19.10.12";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-H9AJErjJC/zo5Fy1sZFLw6GCMm4YirMzwWbAhzXM7mg=";
hash = "sha256-9k6bFEZychZXr/vE5AznQ36hhm/JXgjByM9wSZmyzts=";
};
postPatch = ''