Skip to content

Commit 525409c

Browse files
committed
python312Packages.aioesphomeapi: 28.0.0 -> 28.0.1
1 parent eca7c9b commit 525409c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/aioesphomeapi

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aioesphomeapi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
buildPythonPackage rec {
2828
pname = "aioesphomeapi";
29-
version = "28.0.0";
29+
version = "28.0.1";
3030
pyproject = true;
3131

3232
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535
owner = "esphome";
3636
repo = "aioesphomeapi";
3737
tag = "v${version}";
38-
hash = "sha256-vMqDxg2BV9/g5FquejnT/Rsvwjhdh01K2LxiT355p1U=";
38+
hash = "sha256-MAlgr+DaJWQnO4Y8KesP/d9aCRbSjUb9ciuvR5DHz+w=";
3939
};
4040

4141
build-system = [

0 commit comments

Comments
 (0)