summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-02 19:48:26 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-02 21:01:36 +0200
commitac611cc81cfce91a69e3818516b941d692de23d1 (patch)
tree19304f68f68e03e6a1cc195e12d6b53b86128a16 /pkgs
parentc596f420a340d3797e963213521240b6cf314584 (diff)
downloadnixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.tar
nixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.tar.gz
nixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.tar.bz2
nixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.tar.lz
nixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.tar.xz
nixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.tar.zst
nixpkgs-ac611cc81cfce91a69e3818516b941d692de23d1.zip
python310Packages.aioesphomeapi: 15.1.14 -> 15.1.15
https://github.com/esphome/aioesphomeapi/releases/tag/v15.1.15
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 0f885273c05..b126a756b2e 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.14";
+  version = "15.1.15";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "esphome";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-rBBjDyUIxwOPp/OAfR8JGtxjjVN/nrnre/lR0WZs1HA=";
+    hash = "sha256-qNljw3V0rfMb6GDtTd+jy/hHBaM3kc9y+RCEoNTKHFM=";
   };
 
   propagatedBuildInputs = [