Unverified Commit fbffe0ab authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aioesphomeapi: 42.7.0 -> 42.8.0 (#465360)

parents a4e3421b ee3db5bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage rec {
  pname = "aioesphomeapi";
  version = "42.7.0";
  version = "42.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "aioesphomeapi";
    tag = "v${version}";
    hash = "sha256-dMpAlblqkmwYsXdMLkxGxpVxbbS/sBkRJR46BwXs2PM=";
    hash = "sha256-33QldAjCuuZr/aqAN3chq57lKzfE8n0ZXybtrAoW4tc=";
  };

  build-system = [