Unverified Commit 02c60616 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #263292 from mweinelt/aioesphomeapi-18.1.0

python311Packages.aioesphomeapi: 18.0.12 -> 18.1.0
parents a6253e6b b90d6190
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aioesphomeapi";
  version = "18.0.12";
  version = "18.1.0";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "esphome";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-tTDeJJ/TscUttURftVHOCx2wDc6yLEuFxESrQR2l8hg=";
    hash = "sha256-aKE2/xVkO2uYg9BuDT9/ZxcKB9rARCipPn7B/eeth9M=";
  };

  propagatedBuildInputs = [