python311Packages.peaqevcore: 19.7.1 -> 19.7.2

This commit is contained in:
R. Ryantm
2024-03-04 20:07:54 +00:00
parent e4e6b7e542
commit 4e8d730e29
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.7.1";
version = "19.7.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BVUnSKmLOF6DKirAI2lv8/tpcSGus2XZTPn3WSJjwgg=";
hash = "sha256-k9MiYJZN4TLY+HP1NfJER3upnQ//JBgrsERJ2JF+Xvw=";
};
postPatch = ''