python3Packages.midea-local: 6.5.0 -> 6.6.0 (#497354)

This commit is contained in:
dotlambda
2026-03-28 15:10:32 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "midea-local";
version = "6.5.0";
version = "6.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "midea-lan";
repo = "midea-local";
tag = "v${version}";
hash = "sha256-l5wV6W0CR3Jlir1DEpuh7/I8hGnH5+yrq0JjKcFh4sk=";
hash = "sha256-c66SvwyJZpTVA4bOgiOtrO3wHfK0rMpU2Uolu0Zpa6w=";
};
build-system = [ setuptools ];
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wuwentao";
domain = "midea_ac_lan";
version = "0.6.10";
version = "0.6.11";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = "v${version}";
hash = "sha256-xpa5xxqVEWxO4xa7ppFig09nDGfOoXpS9DDmjGU/zbc=";
hash = "sha256-s5Rk3xBVWBicKVCbPDTuwyMRaLqIG8ttGthtQtastBs=";
};
dependencies = [ midea-local ];