Unverified Commit d8db5698 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.bleak-esphome: 3.7.1 -> 3.7.3 (#509737)

parents 61c39615 b6f91067
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage (finalAttrs: {
  pname = "bleak-esphome";
  version = "3.7.1";
  version = "3.7.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bluetooth-devices";
    repo = "bleak-esphome";
    tag = "v${finalAttrs.version}";
    hash = "sha256-drNMU0Ka5e3uQ9UHXP5O+I4l4jOxUdq2Bf0WcsGk9IM=";
    hash = "sha256-zEa8l3ob05BoT/GHhwClzOreZyC3uPaG05VIJV7ZZ00=";
  };

  postPatch = ''