home-assistant: pin pymelcloud at 2.5.9
This commit is contained in:
parent
7eafeb43fc
commit
37733ad1ba
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user