about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-08-11 18:04:00 +0200
committerGitHub <noreply@github.com>2023-08-11 18:04:00 +0200
commitc1fcff7363c94262e8c8fc5d58bb227776d34ba3 (patch)
treeb918601c5a2a6d13940ae277d2b2507270d6bf2c /pkgs/development
parent7258cbf5df89b356c1894896c91a5a22bd1b1c63 (diff)
parent0079d812fb671782d9ba7c2f45151b4bdf6d08f3 (diff)
Merge pull request #248501 from fabaff/aioesphomeapi-bump
python311Packages.aioesphomeapi: 15.1.15 -> 16.0.0
Diffstat (limited to 'pkgs/development')
-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 b126a756b2e58..2054095206183 100644
--- a/pkgs/development/python-modules/aioesphomeapi/default.nix
+++ b/pkgs/development/python-modules/aioesphomeapi/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "aioesphomeapi";
-  version = "15.1.15";
+  version = "16.0.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "esphome";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-qNljw3V0rfMb6GDtTd+jy/hHBaM3kc9y+RCEoNTKHFM=";
+    hash = "sha256-ATfAI8srh5G1ejkp/2wl2Soowatjprq9e8h8tSAAXGs=";
   };
 
   propagatedBuildInputs = [