Unverified Commit e2ad06ea authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.aioesphomeapi: 28.0.0 -> 28.0.1

parent e505e4f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python Client for ESPHome native API";
    homepage = "https://github.com/esphome/aioesphomeapi";
    changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/v${version}";
    changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [
      fab