about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao2024-08-30 15:26:18 -0400
committerGitHub2024-08-30 15:26:18 -0400
commitb540f49dc5a7d1e31c983d3fb984cace2695962e (patch)
tree905fca592e0cbd3002e0980f04b146e8a4fb2e84 /pkgs
parent62a1c633480d868df22b9d3365ea0f4b5e854a0b (diff)
parentba30c079f516a2c847f7f3df9da67c172fd000d7 (diff)
python312Packages.aioesphomeapi: 25.2.1 -> 25.3.1 (#338349)
Diffstat (limited to 'pkgs')
-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 a3797f510728..074a1025c458 100644
--- a/pkgs/development/python-modules/aioesphomeapi/default.nix
+++ b/pkgs/development/python-modules/aioesphomeapi/default.nix
@@ -26,7 +26,7 @@
 
 buildPythonPackage rec {
   pname = "aioesphomeapi";
-  version = "25.2.1";
+  version = "25.3.1";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
     owner = "esphome";
     repo = "aioesphomeapi";
     rev = "refs/tags/v${version}";
-    hash = "sha256-pQ8RR8e9NVQNBKaQMI60WYANI0rSK5L/H+5e2Tu7zUU=";
+    hash = "sha256-3srw745rEDS8G4270kHPGjOr4Tnbrt5EMO/B/cb03Vs=";
   };
 
   build-system = [