home-assistant: pin pymelcloud at 2.5.9

This commit is contained in:
Nikita Uvarov 2024-05-31 12:12:13 +02:00
parent 7eafeb43fc
commit 37733ad1ba

View File

@ -267,6 +267,16 @@ let
patches = [];
});
pymelcloud = super.pymelcloud.overridePythonAttrs (oldAttrs: {
version = "2.5.9";
src = fetchFromGitHub {
owner = "vilppuvuorinen";
repo = "pymelcloud";
rev = "33a827b6cd0b34f276790faa49bfd0994bb7c2e4"; # 2.5.x branch
sha256 = "sha256-Q3FIo9YJwtWPHfukEBjBANUQ1N1vr/DMnl1dgiN7vYg=";
};
});
notifications-android-tv = super.notifications-android-tv.overridePythonAttrs (oldAttrs: rec {
version = "0.1.5";
format = "setuptools";