summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-01-07 14:18:29 +0100
committerGitHub <noreply@github.com>2023-01-07 14:18:29 +0100
commitb29899b83fb9fb96966eb8ee51572857211b58c4 (patch)
tree48920b25fef5549b376ee61764495e66ab6ee254 /pkgs
parentd208ef596a0e980163fb72395f90a949cd8ca0b2 (diff)
parentd1b5f56a79d0166844a323cca4ee32e67f82fcdd (diff)
Merge pull request #209445 from fabaff/aioesphomeapi-bump
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 f55f8df8b1f5d..e98c0f44e0c79 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.2";
+  version = "13.0.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "esphome";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-z1QFAKvkJuOH2utYertORca5PpW43VS3YB2mhjBsh+A=";
+    hash = "sha256-gDz0eylyUae8fB+ssMZk8Mot/K9RlIIzn+B0LNdMmPs=";
   };
 
   postPatch = ''