Unverified Commit ac9f0e2e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.meross-iot: 0.4.9.2 -> 0.4.10.3 (#448167)

parents b452ae25 4dd10a28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "meross-iot";
  version = "0.4.9.2";
  version = "0.4.10.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "albertogeniola";
    repo = "MerossIot";
    tag = version;
    hash = "sha256-l0mw/V965JqX/pgcs9ek9dMLzUCGnam0E5Cu8W/HfEU=";
    hash = "sha256-VxwOigIyLTeP1P9uyiavsu14zTjuLCZuka+2cLqJDUw=";
  };

  build-system = [ setuptools ];