Unverified Commit 4cb916c9 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.aioesphomeapi: 29.1.1 -> 29.2.0 (#385138)

parents 76a61169 e8a420aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "aioesphomeapi";
  version = "29.1.1";
  version = "29.2.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "esphome";
    repo = "aioesphomeapi";
    tag = "v${version}";
    hash = "sha256-umCjsBn0lS94SArvXXGuOfJ1oXmcVLOlrC35Crik9pA=";
    hash = "sha256-NK83VZBBMLBkQOb7Z4yVL6GImdNspgF9YIAy8HlktrA=";
  };

  build-system = [