Unverified Commit 008d8de3 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.aioesphomeapi: 44.8.0 -> 44.9.0 (#506858)

parents 49dd47e0 63930cc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage (finalAttrs: {
  pname = "aioesphomeapi";
  version = "44.8.0";
  version = "44.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "aioesphomeapi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8vc9efKFXTQ1or4uAIMo7ElHc7gaaxKheWGb2RcppbQ=";
    hash = "sha256-k6yK0aBHA/BpM6uU93Z47kPvduwSlFTG7Upm0SFXcTg=";
  };

  build-system = [