about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-09 16:30:48 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-09 16:30:48 +0100
commitfce9f6f8e21a8ad8f29e37c8f9a808e1a67753bf (patch)
treeb5b74d8ebcb7af02cc183dccd25d6e9a51a2bb2b
parentda527909f106aa9b2eb0ed985c5048f41ad5b6f4 (diff)
python310Packages.aioesphomeapi: 13.0.3 -> 13.0.4
Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v13.0.3...v13.0.4

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.0.4
-rw-r--r--pkgs/development/python-modules/aioesphomeapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix
index e98c0f44e0c79..33247ba3fe4f9 100644
--- a/pkgs/development/python-modules/aioesphomeapi/default.nix
+++ b/pkgs/development/python-modules/aioesphomeapi/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "aioesphomeapi";
-  version = "13.0.3";
+  version = "13.0.4";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "esphome";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-gDz0eylyUae8fB+ssMZk8Mot/K9RlIIzn+B0LNdMmPs=";
+    hash = "sha256-pqCg4LAFIr5BEDqRWMaNc3M36bUmou5cZdarQ/0W77Y=";
   };
 
   postPatch = ''