python310Packages.peaqevcore: 13.4.14 -> 13.4.15

This commit is contained in:
Fabian Affolter
2023-04-03 23:43:38 +02:00
parent fc46a9d1e2
commit 069b47722b
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.4.14";
version = "13.4.15";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BTRv/vzOo5/Ak8J0wnVMxUbeYmPHAZfsISQ6eMkhHeU=";
hash = "sha256-Cd1fn9oFuoeDh27bbbtOTi4ByxcDmxQlDiDStVokSkM=";
};
postPatch = ''