Skip to content

Commit

Permalink
python312Packages.aioesphomeapi: 28.0.1 -> 29.0.0 (NixOS#378833)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Feb 2, 2025
1 parent ebc4781 commit 0075485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aioesphomeapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildPythonPackage rec {
pname = "aioesphomeapi";
version = "28.0.1";
version = "29.0.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${version}";
hash = "sha256-MAlgr+DaJWQnO4Y8KesP/d9aCRbSjUb9ciuvR5DHz+w=";
hash = "sha256-1H6+/V87mjkBvHwPTs3sgrqY24Gc/MCKb97r2ly6oTA=";
};

build-system = [
Expand Down

0 comments on commit 0075485

Please sign in to comment.