Commit 37733ad1 authored by Nikita Uvarov's avatar Nikita Uvarov
Browse files

home-assistant: pin pymelcloud at 2.5.9

parent 7eafeb43
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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";