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

This commit is contained in:
Fabian Affolter
2025-10-03 22:16:10 +00:00
committed by GitHub
@@ -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 ];