Unverified Commit 688f7d95 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.aioesphomeapi: 28.0.0 -> 28.0.1 (#375640)

parents aed4898d 525409c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "aioesphomeapi";
  version = "28.0.0";
  version = "28.0.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "esphome";
    repo = "aioesphomeapi";
    tag = "v${version}";
    hash = "sha256-vMqDxg2BV9/g5FquejnT/Rsvwjhdh01K2LxiT355p1U=";
    hash = "sha256-MAlgr+DaJWQnO4Y8KesP/d9aCRbSjUb9ciuvR5DHz+w=";
  };

  build-system = [