Skip to content

Commit

Permalink
python312Packages.bleak-esphome: 1.1.0 -> 1.1.1 (#368352)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 27, 2024
2 parents 9ecf8ff + 9e08e08 commit eeb7f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bleak-esphome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "bleak-esphome";
version = "1.1.0";
version = "1.1.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "bleak-esphome";
rev = "refs/tags/v${version}";
hash = "sha256-+84ODCx2XzREhSSt5Uu0+Bj55bfU+i33qf3wFMwu3wA=";
hash = "sha256-WFswGtPX0OpDTqT25oHGZ+gIN/fhco4orWeGVXIIfzM=";
};

postPatch = ''
Expand Down

0 comments on commit eeb7f16

Please sign in to comment.