Unverified Commit 22c2f5d6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.aioesphomeapi: 43.14.0 -> 44.0.0 (#490459)

parents 474c247a b341b960
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage (finalAttrs: {
  pname = "aioesphomeapi";
  version = "43.14.0";
  version = "44.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "aioesphomeapi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SuJNGRaXWq7KDMshq46oKSVD+1eVUqOhy9D/R3OLeys=";
    hash = "sha256-Su3tNBWJwPg4pluVNuBqlw132qBPDvnbhSVpSre28zg=";
  };

  build-system = [