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

python313Packages.habluetooth: 5.6.4 -> 5.7.0,...

python313Packages.habluetooth: 5.6.4 -> 5.7.0, python313Packages.bleak-esphome: 3.3.0 -> 3.4.0 (#448784)
parents 4ddb2827 a965ee35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "bleak-esphome";
  version = "3.3.0";
  version = "3.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bluetooth-devices";
    repo = "bleak-esphome";
    tag = "v${version}";
    hash = "sha256-1rsTXIWowwxycJYs2Aw2FXwQHSK1T7t2RODxqq1KxOs=";
    hash = "sha256-BFF4SqJxrQ+aaFtrNqS9fNqTV2Q+pOu5FFdYKeHkKj8=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "habluetooth";
  version = "5.6.4";
  version = "5.7.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "habluetooth";
    tag = "v${version}";
    hash = "sha256-j3g0MLVfA8r02EM3rT5GuNE70TdYtdT+5XzqWqi/JM0=";
    hash = "sha256-1/KbehOIQdclPskp2HtJ3fut4DqkKw/+FdqwmVvfZmU=";
  };

  build-system = [