about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioesphomeapi
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-01 19:49:38 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-01 19:49:38 +0200
commitc41fcde24d96c1c0547c9b717dae4f6054176035 (patch)
tree20f90af708e7e45661466456bc907287fd61321c /pkgs/development/python-modules/aioesphomeapi
parent107a5943bdd61e89a45b40ee81aa51675d1d9bcc (diff)
python3Packages.aioesphomeapi: 9.1.1 -> 9.1.2
Diffstat (limited to 'pkgs/development/python-modules/aioesphomeapi')
-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 372865e69ddc0..e94693b51e8b4 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 = "9.1.1";
+  version = "9.1.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "esphome";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1bkk6mj1h1zhhp4s1ps6g950vzgfbxdj9pw762fz238p48ccw90b";
+    sha256 = "sha256-rgRXJ0kbIHg8QpYdBXJ5KA2kU6lV14yuVfj5OjQvmU8=";
   };
 
   propagatedBuildInputs = [