Unverified Commit f5d82712 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #332126 from mjm/ha-openweathermap

home-assistant: pin pyopenweathermap at 0.0.10
parents c933cf46 d4a6b4b3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -299,6 +299,16 @@ let
        };
      });

      pyopenweathermap = super.pyopenweathermap.overridePythonAttrs (oldAttrs: rec {
        version = "0.0.10";
        src = fetchFromGitHub {
          owner = "freekode";
          repo = "pyopenweathermap";
          rev = "refs/tags/v${version}";
          hash = "sha256-wEcE4IYVvxEwW5Hhz+DqDIqbjd5/O1hEr7dGgiuMI00=";
        };
      });

      pysnooz = super.pysnooz.overridePythonAttrs (oldAttrs: rec {
        version = "0.8.6";
        src = fetchFromGitHub {