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

python3Packages.aioesphomeapi: 43.12.0 -> 43.13.0 (#481177)

parents 3a6d81ab 176c5cd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage (finalAttrs: {
  pname = "aioesphomeapi";
  version = "43.12.0";
  version = "43.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "aioesphomeapi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XCs+M2Au3+711pUnDAEMM2MKZgSgD+Xjlp6pDQoxVMc=";
    hash = "sha256-ffpXmZcDd0L1wY+S3pzkenlart9jSRSeeJdwd2GGu2w=";
  };

  build-system = [